aboutsummaryrefslogtreecommitdiffstats
path: root/a1-adapter/a1-adapter-api
diff options
context:
space:
mode:
Diffstat (limited to 'a1-adapter/a1-adapter-api')
-rw-r--r--a1-adapter/a1-adapter-api/README.md4
-rw-r--r--a1-adapter/a1-adapter-api/feature/README.md4
-rw-r--r--a1-adapter/a1-adapter-api/feature/pom.xml5
-rw-r--r--a1-adapter/a1-adapter-api/installer/README.md4
-rw-r--r--a1-adapter/a1-adapter-api/installer/pom.xml5
-rw-r--r--a1-adapter/a1-adapter-api/model/README.md4
-rw-r--r--a1-adapter/a1-adapter-api/model/pom.xml5
-rw-r--r--a1-adapter/a1-adapter-api/pom.xml5
-rw-r--r--a1-adapter/a1-adapter-api/provider/README.md4
-rw-r--r--a1-adapter/a1-adapter-api/provider/pom.xml5
10 files changed, 30 insertions, 15 deletions
diff --git a/a1-adapter/a1-adapter-api/README.md b/a1-adapter/a1-adapter-api/README.md
index ecfb290a..05e70864 100644
--- a/a1-adapter/a1-adapter-api/README.md
+++ b/a1-adapter/a1-adapter-api/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/a1-adapter-api/feature/README.md b/a1-adapter/a1-adapter-api/feature/README.md
index 0afc6328..f8e986b2 100644
--- a/a1-adapter/a1-adapter-api/feature/README.md
+++ b/a1-adapter/a1-adapter-api/feature/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/a1-adapter-api/feature/pom.xml b/a1-adapter/a1-adapter-api/feature/pom.xml
index a92b0179..7fd8e420 100644
--- a/a1-adapter/a1-adapter-api/feature/pom.xml
+++ b/a1-adapter/a1-adapter-api/feature/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-feature</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/a1-adapter-api/installer/README.md b/a1-adapter/a1-adapter-api/installer/README.md
index 3097cd58..074d5dfa 100644
--- a/a1-adapter/a1-adapter-api/installer/README.md
+++ b/a1-adapter/a1-adapter-api/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/a1-adapter-api/installer/pom.xml b/a1-adapter/a1-adapter-api/installer/pom.xml
index 9f9bbe58..3df8ea7c 100644
--- a/a1-adapter/a1-adapter-api/installer/pom.xml
+++ b/a1-adapter/a1-adapter-api/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-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/a1-adapter-api/model/README.md b/a1-adapter/a1-adapter-api/model/README.md
index e369a068..50c7bdc4 100644
--- a/a1-adapter/a1-adapter-api/model/README.md
+++ b/a1-adapter/a1-adapter-api/model/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/a1-adapter-api/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml
index 633f589d..fbc5f44d 100644
--- a/a1-adapter/a1-adapter-api/model/pom.xml
+++ b/a1-adapter/a1-adapter-api/model/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-model</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.6.4-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-oran :: ${project.artifactId}</name>
diff --git a/a1-adapter/a1-adapter-api/pom.xml b/a1-adapter/a1-adapter-api/pom.xml
index e8ad5632..47fd4f3a 100644
--- a/a1-adapter/a1-adapter-api/pom.xml
+++ b/a1-adapter/a1-adapter-api/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-api</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/a1-adapter-api/provider/README.md b/a1-adapter/a1-adapter-api/provider/README.md
index bce2bb26..1c4ed537 100644
--- a/a1-adapter/a1-adapter-api/provider/README.md
+++ b/a1-adapter/a1-adapter-api/provider/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/a1-adapter-api/provider/pom.xml b/a1-adapter/a1-adapter-api/provider/pom.xml
index 64e2ae43..4c3f3658 100644
--- a/a1-adapter/a1-adapter-api/provider/pom.xml
+++ b/a1-adapter/a1-adapter-api/provider/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-provider</artifactId>
- <version>1.6.3-SNAPSHOT</version>
+ <version>1.6.4-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>ccsdk-oran :: ${project.artifactId}</name>