From 880aa3d6cf133f87e9186424577d9a501c25a7ae Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Thu, 20 Apr 2023 13:37:37 +0200 Subject: [PATCH] Updated some copyright texts. Signed-off-by: PatrikBuhr Issue-ID: NONRTRIC-863 Change-Id: I894841925857310bad4f475098fab5610bf3d8a6 --- datafilecollector/config/README | 2 +- .../src/main/java/org/oran/datafile/datastore/DataStore.java | 2 +- .../src/main/java/org/oran/datafile/datastore/FileStore.java | 2 +- .../src/main/java/org/oran/datafile/datastore/S3ObjectStore.java | 2 +- .../src/main/java/org/oran/datafile/tasks/KafkaTopicListener.java | 2 +- influxlogger/config/README | 2 +- influxlogger/config/application.yaml | 2 +- pmproducer/src/main/java/org/oran/pmproducer/repository/MultiMap.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/datafilecollector/config/README b/datafilecollector/config/README index cfde02e..b26be1a 100644 --- a/datafilecollector/config/README +++ b/datafilecollector/config/README @@ -28,7 +28,7 @@ keytool -list -v -keystore truststore.jks -storepass policy_agent ## License -Copyright (C) 2022 Nordix Foundation. All rights reserved. +Copyright (C) 2021-2023 Nordix Foundation 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/datafilecollector/src/main/java/org/oran/datafile/datastore/DataStore.java b/datafilecollector/src/main/java/org/oran/datafile/datastore/DataStore.java index 44c276f..9f90888 100644 --- a/datafilecollector/src/main/java/org/oran/datafile/datastore/DataStore.java +++ b/datafilecollector/src/main/java/org/oran/datafile/datastore/DataStore.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2021 Nordix Foundation + * Copyright (C) 2021-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java b/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java index a8408a8..6d98afc 100644 --- a/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java +++ b/datafilecollector/src/main/java/org/oran/datafile/datastore/FileStore.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2021 Nordix Foundation + * Copyright (C) 2021-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/datafilecollector/src/main/java/org/oran/datafile/datastore/S3ObjectStore.java b/datafilecollector/src/main/java/org/oran/datafile/datastore/S3ObjectStore.java index 2581735..5d1400d 100644 --- a/datafilecollector/src/main/java/org/oran/datafile/datastore/S3ObjectStore.java +++ b/datafilecollector/src/main/java/org/oran/datafile/datastore/S3ObjectStore.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2021 Nordix Foundation + * Copyright (C) 2021-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/datafilecollector/src/main/java/org/oran/datafile/tasks/KafkaTopicListener.java b/datafilecollector/src/main/java/org/oran/datafile/tasks/KafkaTopicListener.java index b67eb04..598792a 100644 --- a/datafilecollector/src/main/java/org/oran/datafile/tasks/KafkaTopicListener.java +++ b/datafilecollector/src/main/java/org/oran/datafile/tasks/KafkaTopicListener.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2021 Nordix Foundation + * Copyright (C) 2021-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/influxlogger/config/README b/influxlogger/config/README index 46f0c4a..cb2651f 100644 --- a/influxlogger/config/README +++ b/influxlogger/config/README @@ -28,7 +28,7 @@ keytool -list -v -keystore truststore.jks -storepass policy_agent ## License -Copyright (C) 2022 Nordix Foundation. All rights reserved. +Copyright (C) 2021-2023 Nordix Foundation 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/influxlogger/config/application.yaml b/influxlogger/config/application.yaml index 0d814c3..7cbb780 100644 --- a/influxlogger/config/application.yaml +++ b/influxlogger/config/application.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-2023 Nordix Foundation. 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. diff --git a/pmproducer/src/main/java/org/oran/pmproducer/repository/MultiMap.java b/pmproducer/src/main/java/org/oran/pmproducer/repository/MultiMap.java index a4e8511..d15960b 100644 --- a/pmproducer/src/main/java/org/oran/pmproducer/repository/MultiMap.java +++ b/pmproducer/src/main/java/org/oran/pmproducer/repository/MultiMap.java @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019-2021 Nordix Foundation + * Copyright (C) 2019-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- 2.16.6