From a93968a44544df3906cf858ca41e29a9ff79c4b8 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Fri, 12 Aug 2022 09:42:58 +0100 Subject: [PATCH] Update license references Patch set 2: Additional licensing. Patch set 4: Review licensing. Issue-ID: NONRTRIC-779 Change-Id: I9f7b5ff7af3af84c8673d843d49deb2d27dc9e1f Signed-off-by: halil.cakal --- .readthedocs.yaml | 17 +++++++++++++++++ docs/conf.py | 17 +++++++++++++++++ dpo/blueprints/k8s-policy-agent.yaml | 16 ++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..7f0136e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,3 +1,20 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2020-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 66c7edf..adbae5d 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/dpo/blueprints/k8s-policy-agent.yaml b/dpo/blueprints/k8s-policy-agent.yaml index aa09ff3..477948d 100644 --- a/dpo/blueprints/k8s-policy-agent.yaml +++ b/dpo/blueprints/k8s-policy-agent.yaml @@ -1,3 +1,19 @@ +# ============LICENSE_START=============================================== +# Copyright (C) 2020-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================================================= +# #description: Docker application of Policy Agent managing policies #blueprint_version: 1.0.0 -- 2.16.6