summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2024-10-09 02:11:06 +0200
committerGitHub <noreply@github.com>2024-10-09 02:11:06 +0200
commit7e57c0fb3db58b06688375979124840805644502 (patch)
tree21a8d5f4360de759f67f27f0d05a59197231718c
parentCover unit tests with mypy (#84084) (diff)
downloadansible-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.py2
-rw-r--r--lib/ansible/modules/mount_facts.py2
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