This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2229-prepare-for-release in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 8477db7efaff72e99ad9e47e934a4883acdbb49c Author: Dominik Przybysz <[email protected]> AuthorDate: Wed May 27 17:14:11 2026 +0200 ARIES-2229: Add missing licence headers --- discovery/mdns/pom.xml | 19 +++++++++++++++++++ .../aries/rsa/provider/tcp/TcpProviderTLSTest.java | 18 ++++++++++++++++++ .../aries/rsa/annotations/RSADiscoveryProvider.java | 18 ++++++++++++++++++ .../rsa/annotations/RSADistributionProvider.java | 18 ++++++++++++++++++ 4 files changed, 73 insertions(+) diff --git a/discovery/mdns/pom.xml b/discovery/mdns/pom.xml index e1d069d2..e0b112b8 100644 --- a/discovery/mdns/pom.xml +++ b/discovery/mdns/pom.xml @@ -1,3 +1,22 @@ +<?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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderTLSTest.java b/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderTLSTest.java index 7c6f8029..2efc0173 100644 --- a/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderTLSTest.java +++ b/provider/tcp/src/test/java/org/apache/aries/rsa/provider/tcp/TcpProviderTLSTest.java @@ -1,3 +1,21 @@ +/* + * 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. + */ package org.apache.aries.rsa.provider.tcp; import org.apache.aries.rsa.provider.tcp.myservice.MyService; diff --git a/spi/src/main/java/org/apache/aries/rsa/annotations/RSADiscoveryProvider.java b/spi/src/main/java/org/apache/aries/rsa/annotations/RSADiscoveryProvider.java index a8cf8f43..c02771cf 100644 --- a/spi/src/main/java/org/apache/aries/rsa/annotations/RSADiscoveryProvider.java +++ b/spi/src/main/java/org/apache/aries/rsa/annotations/RSADiscoveryProvider.java @@ -1,3 +1,21 @@ +/* + * 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. + */ package org.apache.aries.rsa.annotations; import org.osgi.annotation.bundle.Attribute; diff --git a/spi/src/main/java/org/apache/aries/rsa/annotations/RSADistributionProvider.java b/spi/src/main/java/org/apache/aries/rsa/annotations/RSADistributionProvider.java index cb732afe..4adcc4e0 100644 --- a/spi/src/main/java/org/apache/aries/rsa/annotations/RSADistributionProvider.java +++ b/spi/src/main/java/org/apache/aries/rsa/annotations/RSADistributionProvider.java @@ -1,3 +1,21 @@ +/* + * 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. + */ package org.apache.aries.rsa.annotations; import org.osgi.annotation.bundle.Attribute;
