From 10e2d0eeadacb5e82e16a9f25762b35f6cc38304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 18 Nov 2020 19:16:31 +0100 Subject: [PATCH] Fix the Copyright year in licence headers Change-Id: Icba4ea8e545436550830190860431fa28b016ba1 --- tripleo_ansible/ansible_plugins/module_utils/network_data_v2.py | 2 +- .../ansible_plugins/modules/tripleo_composable_network.py | 2 +- .../modules/tripleo_network_populate_environment.py | 2 +- .../modules/tripleo_overcloud_network_extract.py | 2 +- tripleo_ansible/playbooks/cli-overcloud-network-extract.yaml | 2 +- tripleo_ansible/playbooks/cli-overcloud-network-provision.yaml | 2 +- .../tests/modules/test_tripleo_composable_network.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tripleo_ansible/ansible_plugins/module_utils/network_data_v2.py b/tripleo_ansible/ansible_plugins/module_utils/network_data_v2.py index df37a1455..b4978f945 100644 --- a/tripleo_ansible/ansible_plugins/module_utils/network_data_v2.py +++ b/tripleo_ansible/ansible_plugins/module_utils/network_data_v2.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (c) 2018 OpenStack Foundation +# Copyright (c) 2020 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tripleo_ansible/ansible_plugins/modules/tripleo_composable_network.py b/tripleo_ansible/ansible_plugins/modules/tripleo_composable_network.py index 79606b3da..f45b5a1ab 100644 --- a/tripleo_ansible/ansible_plugins/modules/tripleo_composable_network.py +++ b/tripleo_ansible/ansible_plugins/modules/tripleo_composable_network.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (c) 2018 OpenStack Foundation +# Copyright (c) 2020 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tripleo_ansible/ansible_plugins/modules/tripleo_network_populate_environment.py b/tripleo_ansible/ansible_plugins/modules/tripleo_network_populate_environment.py index a754aab47..80ef19ab1 100644 --- a/tripleo_ansible/ansible_plugins/modules/tripleo_network_populate_environment.py +++ b/tripleo_ansible/ansible_plugins/modules/tripleo_network_populate_environment.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (c) 2018 OpenStack Foundation +# Copyright (c) 2020 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tripleo_ansible/ansible_plugins/modules/tripleo_overcloud_network_extract.py b/tripleo_ansible/ansible_plugins/modules/tripleo_overcloud_network_extract.py index 3c34c1687..7bc66b9cb 100644 --- a/tripleo_ansible/ansible_plugins/modules/tripleo_overcloud_network_extract.py +++ b/tripleo_ansible/ansible_plugins/modules/tripleo_overcloud_network_extract.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (c) 2018 OpenStack Foundation +# Copyright (c) 2020 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tripleo_ansible/playbooks/cli-overcloud-network-extract.yaml b/tripleo_ansible/playbooks/cli-overcloud-network-extract.yaml index b3c8fa83f..0a7975fc9 100644 --- a/tripleo_ansible/playbooks/cli-overcloud-network-extract.yaml +++ b/tripleo_ansible/playbooks/cli-overcloud-network-extract.yaml @@ -1,5 +1,5 @@ --- -# Copyright 2019 Red Hat, Inc. +# Copyright 2020 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tripleo_ansible/playbooks/cli-overcloud-network-provision.yaml b/tripleo_ansible/playbooks/cli-overcloud-network-provision.yaml index 73625aa17..f771105de 100644 --- a/tripleo_ansible/playbooks/cli-overcloud-network-provision.yaml +++ b/tripleo_ansible/playbooks/cli-overcloud-network-provision.yaml @@ -1,5 +1,5 @@ --- -# Copyright 2019 Red Hat, Inc. +# Copyright 2020 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tripleo_ansible/tests/modules/test_tripleo_composable_network.py b/tripleo_ansible/tests/modules/test_tripleo_composable_network.py index 6cb3683ba..9d895a9bf 100644 --- a/tripleo_ansible/tests/modules/test_tripleo_composable_network.py +++ b/tripleo_ansible/tests/modules/test_tripleo_composable_network.py @@ -1,4 +1,4 @@ -# Copyright 2019 Red Hat, Inc. +# Copyright 2020 Red Hat, Inc. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may