diff options
-rw-r--r-- | lib/ansible/modules/gather_facts.py | 2 | ||||
-rw-r--r-- | lib/ansible/modules/mount_facts.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/gather_facts.py b/lib/ansible/modules/gather_facts.py index 85fbe87332..5787bbb3f8 100644 --- a/lib/ansible/modules/gather_facts.py +++ b/lib/ansible/modules/gather_facts.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2017 Ansible Project +# Copyright: Contributors to the Ansible project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import annotations diff --git a/lib/ansible/modules/mount_facts.py b/lib/ansible/modules/mount_facts.py index 5982ae580a..f5d2bf47f3 100644 --- a/lib/ansible/modules/mount_facts.py +++ b/lib/ansible/modules/mount_facts.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2024 Ansible Project +# Copyright: Contributors to the Ansible project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) from __future__ import annotations |