From 70e5aad57f6e4d740fadb410a4ecec0be979194b Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Mon, 9 Aug 2021 16:43:55 +0200 Subject: Align license headers with REUSE guidelines This patch applies a consistent use of license and copyright headers to all source files according to the guidelines of REUSE. Signed-off-by: Georg Kunz Change-Id: I8973efe304e8fb03ad0861d4b8356221d898d548 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72804 Reviewed-by: Michael Pedersen Tested-by: jenkins-ci --- sw_config/bmra/Dockerfile | 4 ++++ sw_config/bmra/ansible.cfg | 4 ++++ sw_config/bmra/dockerhub_credentials/tasks/main.yml | 4 ++++ sw_config/bmra/patched_cmk_build.yml | 19 ++++--------------- sw_config/bmra/patched_k8s.yml | 19 ++++--------------- sw_config/bmra/patched_kubespray_requirements.txt | 4 ++++ sw_config/bmra/patched_packages.yml | 19 ++++--------------- sw_config/bmra/patched_rhel_packages.yml | 19 ++++--------------- sw_config/bmra/patched_vfio.yml | 19 ++++--------------- 9 files changed, 36 insertions(+), 75 deletions(-) (limited to 'sw_config/bmra') diff --git a/sw_config/bmra/Dockerfile b/sw_config/bmra/Dockerfile index 4ea0f35..3f21241 100644 --- a/sw_config/bmra/Dockerfile +++ b/sw_config/bmra/Dockerfile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + FROM centos:7 MAINTAINER "Rihab Banday " diff --git a/sw_config/bmra/ansible.cfg b/sw_config/bmra/ansible.cfg index 1808b58..a3b5e40 100644 --- a/sw_config/bmra/ansible.cfg +++ b/sw_config/bmra/ansible.cfg @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anuket Contributors +# +# SPDX-License-Identifier: Apache-2.0 + [ssh_connection] pipelining=True ssh_args = -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o ServerAliveInterval=60 -o ServerAliveCountMax=10 diff --git a/sw_config/bmra/dockerhub_credentials/tasks/main.yml b/sw_config/bmra/dockerhub_credentials/tasks/main.yml index 6531df8..5bc9b0a 100644 --- a/sw_config/bmra/dockerhub_credentials/tasks/main.yml +++ b/sw_config/bmra/dockerhub_credentials/tasks/main.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + --- - name: Add Docker hub credentials on target nodes docker_login: diff --git a/sw_config/bmra/patched_cmk_build.yml b/sw_config/bmra/patched_cmk_build.yml index ae0c94d..0b5c774 100644 --- a/sw_config/bmra/patched_cmk_build.yml +++ b/sw_config/bmra/patched_cmk_build.yml @@ -1,18 +1,7 @@ -## -## Copyright (c) 2020 Intel Corporation. -## -## 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. -## +# SPDX-FileCopyrightText: 2020 Intel Corporation. +# +# SPDX-License-Identifier: Apache-2.0 + --- - name: install epel-release on Red Hat based OS package: name=epel-release diff --git a/sw_config/bmra/patched_k8s.yml b/sw_config/bmra/patched_k8s.yml index 52239b0..5dfc3bd 100644 --- a/sw_config/bmra/patched_k8s.yml +++ b/sw_config/bmra/patched_k8s.yml @@ -1,18 +1,7 @@ -## -## Copyright (c) 2020-2021 Intel Corporation. -## -## 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. -## +# SPDX-FileCopyrightText: 2021 Intel Corporation. +# +# SPDX-License-Identifier: Apache-2.0 + --- - hosts: 127.0.0.1 connection: local diff --git a/sw_config/bmra/patched_kubespray_requirements.txt b/sw_config/bmra/patched_kubespray_requirements.txt index de70e12..b6cf112 100644 --- a/sw_config/bmra/patched_kubespray_requirements.txt +++ b/sw_config/bmra/patched_kubespray_requirements.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Anuket contributors +# +# SPDX-License-Identifier: Apache-2.0 + ansible==2.9.17 jinja2==2.11.1 netaddr==0.7.19 diff --git a/sw_config/bmra/patched_packages.yml b/sw_config/bmra/patched_packages.yml index d637127..90a8519 100644 --- a/sw_config/bmra/patched_packages.yml +++ b/sw_config/bmra/patched_packages.yml @@ -1,18 +1,7 @@ -## -## Copyright (c) 2020-2021 Intel Corporation. -## -## 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. -## +# SPDX-FileCopyrightText: 2021 Intel Corporation. +# +# SPDX-License-Identifier: Apache-2.0 + --- - name: install packages on RHEL-based distro include_tasks: rhel.yml diff --git a/sw_config/bmra/patched_rhel_packages.yml b/sw_config/bmra/patched_rhel_packages.yml index 990f5dc..40b22b6 100644 --- a/sw_config/bmra/patched_rhel_packages.yml +++ b/sw_config/bmra/patched_rhel_packages.yml @@ -1,18 +1,7 @@ -## -## Copyright (c) 2020-2021 Intel Corporation. -## -## 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. -## +# SPDX-FileCopyrightText: 2021 Intel Corporation. +# +# SPDX-License-Identifier: Apache-2.0 + --- - name: enable PowerTools repository on CentOS >= 8 and < 8.3 # noqa 303 - yum is called intenionallly here diff --git a/sw_config/bmra/patched_vfio.yml b/sw_config/bmra/patched_vfio.yml index 81d4ab5..f4b7a1d 100644 --- a/sw_config/bmra/patched_vfio.yml +++ b/sw_config/bmra/patched_vfio.yml @@ -1,18 +1,7 @@ -## -## Copyright (c) 2020-2021 Intel Corporation. -## -## 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. -## +# SPDX-FileCopyrightText: 2021 Intel Corporation. +# +# SPDX-License-Identifier: Apache-2.0 + --- # check if the selected driver module is available on host - name: Check that selected driver module is available -- cgit 1.2.3-korg