From 7e57c0fb3db58b06688375979124840805644502 Mon Sep 17 00:00:00 2001 From: Sloane Hertel <19572925+s-hertel@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:11:06 -0400 Subject: [PATCH] Fix copyright format for gather_facts and mount_facts as documented (#84087) --- lib/ansible/modules/gather_facts.py | 2 +- 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 85fbe873326..5787bbb3f83 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 5982ae580ae..f5d2bf47f3a 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