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