From 3c95b1893710d2183765957a1118dda217644ddd Mon Sep 17 00:00:00 2001 From: Timo Tietavainen Date: Thu, 14 Nov 2019 12:18:14 +0200 Subject: [PATCH] Fix copyright statement of SDL documentation Nokia has a copyright for the source code located under riv-plt/sdl repository of the ORAN SC Linux Foundation. Updated SDL documentation and package.sh script copyright statement to be in line with source code copyright statement. Removed also one trailing white space character at the end of the line of the release-notes document. Change-Id: I14da95f916c3e64b8d0f1c5c7a48001ceafbed0d Signed-off-by: Timo Tietavainen --- docs/index.rst | 1 - docs/overview.rst | 1 - docs/release-notes.rst | 3 +-- package.sh | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index b59ea12..4e34b9a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,4 @@ .. -.. Copyright (c) 2019 AT&T Intellectual Property. .. Copyright (c) 2019 Nokia. .. .. Licensed under the Creative Commons Attribution 4.0 International diff --git a/docs/overview.rst b/docs/overview.rst index 63a2f4f..94d7a07 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -1,5 +1,4 @@ .. -.. Copyright (c) 2019 AT&T Intellectual Property. .. Copyright (c) 2019 Nokia. .. .. Licensed under the Creative Commons Attribution 4.0 International diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 5876be2..17ce65e 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,5 +1,4 @@ .. -.. Copyright (c) 2019 AT&T Intellectual Property. .. Copyright (c) 2019 Nokia. .. .. Licensed under the Creative Commons Attribution 4.0 International @@ -50,7 +49,7 @@ Version history activated via environment variables. * Add Sentinel change notification handling logic. * Unit test fix for a false positive warning, when'EXPECT_EQ' macro is used - to validate boolean value. + to validate boolean value. [1.0.0] - 2019-08-20 diff --git a/package.sh b/package.sh index c4624c6..96a4f66 100755 --- a/package.sh +++ b/package.sh @@ -1,6 +1,5 @@ #!/bin/bash # -# Copyright (c) 2019 AT&T Intellectual Property. # Copyright (c) 2018-2019 Nokia. # # Licensed under the Apache License, Version 2.0 (the "License"); -- 2.16.6