diff options
Diffstat (limited to 'a1-adapter/features')
-rw-r--r-- | a1-adapter/features/README.md | 4 | ||||
-rw-r--r-- | a1-adapter/features/a1-adapter-northbound/README.md | 4 | ||||
-rw-r--r-- | a1-adapter/features/a1-adapter-northbound/pom.xml | 5 | ||||
-rw-r--r-- | a1-adapter/features/installer/README.md | 4 | ||||
-rw-r--r-- | a1-adapter/features/installer/pom.xml | 5 | ||||
-rw-r--r-- | a1-adapter/features/pom.xml | 5 |
6 files changed, 18 insertions, 9 deletions
diff --git a/a1-adapter/features/README.md b/a1-adapter/features/README.md index 3dd00fa4..49328fbe 100644 --- a/a1-adapter/features/README.md +++ b/a1-adapter/features/README.md @@ -4,7 +4,9 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. + Licensed 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 diff --git a/a1-adapter/features/a1-adapter-northbound/README.md b/a1-adapter/features/a1-adapter-northbound/README.md index 53a416b1..cf33363a 100644 --- a/a1-adapter/features/a1-adapter-northbound/README.md +++ b/a1-adapter/features/a1-adapter-northbound/README.md @@ -4,7 +4,9 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. + Licensed 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 diff --git a/a1-adapter/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml index e1b8c419..9a4aa944 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -30,7 +31,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-northbound</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> diff --git a/a1-adapter/features/installer/README.md b/a1-adapter/features/installer/README.md index 1aecf161..1d06703e 100644 --- a/a1-adapter/features/installer/README.md +++ b/a1-adapter/features/installer/README.md @@ -4,7 +4,9 @@ To compile, run "mvn clean install". ## License -Copyright (C) 2020 Nordix Foundation. +Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. + Licensed 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 diff --git a/a1-adapter/features/installer/pom.xml b/a1-adapter/features/installer/pom.xml index 32ef2d1b..e5162a64 100644 --- a/a1-adapter/features/installer/pom.xml +++ b/a1-adapter/features/installer/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -31,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>a1-adapter-northbound-installer</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> diff --git a/a1-adapter/features/pom.xml b/a1-adapter/features/pom.xml index 4fcf9234..3089b1c4 100644 --- a/a1-adapter/features/pom.xml +++ b/a1-adapter/features/pom.xml @@ -3,7 +3,8 @@ ~ ============LICENSE_START======================================================= ~ ONAP : ccsdk oran ~ ================================================================================ - ~ Copyright (C) 2020 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. + ~ Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. ~ ================================================================================ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -31,7 +32,7 @@ <groupId>org.onap.ccsdk.oran</groupId> <artifactId>ccsdk-a1-adapter-feature-aggregator</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-oran :: ${project.artifactId}</name> |