From: halil.cakal Date: Thu, 11 Aug 2022 13:01:45 +0000 (+0100) Subject: Updates license references X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=26f1d4c8ba8e7332ace26d0be373935007f3b223;p=nonrtric%2Frapp%2Forufhrecovery.git Updates license references Patch set 2: Date fixes Patch set 3: Additional licensing Patch set 4: Isolating INFO.yaml changes Patch set 5: Send INFO.yaml changes alone Patch set 6: Use different licensing comments on INFO.yaml Patch set 7: Remove any licensing info from INFO.yaml file Patch set 8: Review licensing. Patch set 9: Change comment line, remove empty lines. Issue-ID: NONRTRIC-779 Change-Id: I8c5459aee7f66a3cd5d90ec02836f0ec328ce0da Signed-off-by: halil.cakal --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..fd96bc1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,3 +1,20 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2021-2022 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + --- version: 2 diff --git a/docs/conf.py b/docs/conf.py index 28b5fa5..7caa0de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,20 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2021-2022 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + from docs_conf.conf import * #branch configuration diff --git a/goversion/container-tag.yaml b/goversion/container-tag.yaml index eea75d5..4799105 100644 --- a/goversion/container-tag.yaml +++ b/goversion/container-tag.yaml @@ -1,3 +1,20 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2021-2022 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + # The Jenkins job requires a tag to build the Docker image. # By default this file is in the docker build directory, # but the location can configured in the JJB template. diff --git a/goversion/mocks/CsvFileHelper.go b/goversion/mocks/CsvFileHelper.go index b857de5..4cc8504 100644 --- a/goversion/mocks/CsvFileHelper.go +++ b/goversion/mocks/CsvFileHelper.go @@ -1,3 +1,23 @@ +// - +// ========================LICENSE_START================================= +// O-RAN-SC +// %% +// Copyright (C) 2021-2022: Nordix Foundation +// %% +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ========================LICENSE_END=================================== +// + // Code generated by mockery v1.0.0. DO NOT EDIT. package mocks diff --git a/goversion/mocks/HTTPClient.go b/goversion/mocks/HTTPClient.go index 3037798..c65bac6 100644 --- a/goversion/mocks/HTTPClient.go +++ b/goversion/mocks/HTTPClient.go @@ -1,3 +1,23 @@ +// - +// ========================LICENSE_START================================= +// O-RAN-SC +// %% +// Copyright (C) 2021-2022: Nordix Foundation +// %% +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ========================LICENSE_END=================================== +// + // Code generated by mockery v1.0.0. DO NOT EDIT. package mocks diff --git a/goversion/mocks/LookupService.go b/goversion/mocks/LookupService.go index 2ba8369..7aab2f7 100644 --- a/goversion/mocks/LookupService.go +++ b/goversion/mocks/LookupService.go @@ -1,3 +1,23 @@ +// - +// ========================LICENSE_START================================= +// O-RAN-SC +// %% +// Copyright (C) 2021-2022: Nordix Foundation +// %% +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// ========================LICENSE_END=================================== +// + // Code generated by mockery v1.0.0. DO NOT EDIT. package mocks diff --git a/scriptversion/app/container-tag.yaml b/scriptversion/app/container-tag.yaml index e7aac62..3b340f9 100644 --- a/scriptversion/app/container-tag.yaml +++ b/scriptversion/app/container-tag.yaml @@ -1,2 +1,18 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2021-2022 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# --- tag: 1.2.0 diff --git a/scriptversion/docker-compose-controlloop/config/db/create-db.sql b/scriptversion/docker-compose-controlloop/config/db/create-db.sql index bc64431..c97364f 100644 --- a/scriptversion/docker-compose-controlloop/config/db/create-db.sql +++ b/scriptversion/docker-compose-controlloop/config/db/create-db.sql @@ -1,7 +1,19 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2021-2022 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 # -# Create CLDS database objects (tables, etc.) -# +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# Create CLDS database objects (tables, etc.) CREATE DATABASE IF NOT EXISTS `cldsdb4`; CREATE DATABASE IF NOT EXISTS `policyadmin`; CREATE DATABASE IF NOT EXISTS `controlloop`;