diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-10-09 02:11:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 02:11:06 +0200 |
commit | 7e57c0fb3db58b06688375979124840805644502 (patch) | |
tree | 21a8d5f4360de759f67f27f0d05a59197231718c | |
parent | Cover unit tests with mypy (#84084) (diff) | |
download | ansible-7e57c0fb3db58b06688375979124840805644502.tar.xz ansible-7e57c0fb3db58b06688375979124840805644502.zip |
Fix copyright format for gather_facts and mount_facts as documented (#84087)
-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 |