This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis-examples.git
commit 59e7f1f1de9404f1bae4d9201f0b1c856ba054d6 Author: Clebert Suconic <[email protected]> AuthorDate: Tue Apr 7 13:57:18 2026 -0400 Fixing license on SVG file --- .../src/main/resources/images/mesh-topology.svg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/examples/features/broker-connection/ha-with-mesh-mirror/src/main/resources/images/mesh-topology.svg b/examples/features/broker-connection/ha-with-mesh-mirror/src/main/resources/images/mesh-topology.svg index a8fe10a5..08b8b0bb 100644 --- a/examples/features/broker-connection/ha-with-mesh-mirror/src/main/resources/images/mesh-topology.svg +++ b/examples/features/broker-connection/ha-with-mesh-mirror/src/main/resources/images/mesh-topology.svg @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +-- + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600"> <defs> <!-- Define arrow markers --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
