From c1d23cc476433ecf2fab9d43cda75376e1294b0d Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Wed, 13 Dec 2023 21:31:00 +0000 Subject: [PATCH] NoOp change to build release image Change-Id: Ibc8e33552c0f2ed2e83d5435f90918270e173ed9 Signed-off-by: JohnKeeney Issue-ID: NONRTRIC-958 --- capifcore/README.md | 3 ++- capifcore/main.go | 3 ++- capifcore/main_test.go | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/capifcore/README.md b/capifcore/README.md index f773802..efea28e 100644 --- a/capifcore/README.md +++ b/capifcore/README.md @@ -3,7 +3,8 @@ ========================LICENSE_START================================= O-RAN-SC %% -Copyright (C) 2022: Nordix Foundation +Copyright (C) 2022: Nordix Foundation. All rights reserved. +Copyright (C) 2023 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. diff --git a/capifcore/main.go b/capifcore/main.go index 93c0626..b0fa1dc 100644 --- a/capifcore/main.go +++ b/capifcore/main.go @@ -2,7 +2,8 @@ // ========================LICENSE_START================================= // O-RAN-SC // %% -// Copyright (C) 2022: Nordix Foundation +// Copyright (C) 2022: Nordix Foundation. All rights reserved. +// Copyright (C) 2023 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. diff --git a/capifcore/main_test.go b/capifcore/main_test.go index 571d475..f174fe3 100644 --- a/capifcore/main_test.go +++ b/capifcore/main_test.go @@ -2,7 +2,8 @@ // ========================LICENSE_START================================= // O-RAN-SC // %% -// Copyright (C) 2022: Nordix Foundation +// Copyright (C) 2022: Nordix Foundation. All rights reserved. +// Copyright (C) 2023 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. -- 2.16.6