From b9cee65756c517d7a85101b4194ddd8fcd11afdc Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Sun, 20 Aug 2017 03:56:31 +0200 Subject: [PATCH] Original author wishes not to be notified by ansibot (#28447) And moving maintainers to BOTMETA.yml as well. --- .github/BOTMETA.yml | 3 +++ lib/ansible/modules/files/xml.py | 22 +++------------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index 5fbdf4a8603..dda0f0ab2fb 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -370,6 +370,9 @@ files: $modules/files/template.py: $team_ansible $modules/files/unarchive.py: dagwieers pileofrogs $modules/files/xattr.py: $team_ansible bcoca + $modules/files/xml.py: + ignored: magnus919 + maintainers: tbielawa dagwieers sm4rk0 cmprescott $modules/identity/ipa/ipa_dnsrecord.py: Nosmoht akasurde $modules/identity/ipa/ipa_group.py: Nosmoht $modules/identity/ipa/ipa_hbacrule.py: Nosmoht diff --git a/lib/ansible/modules/files/xml.py b/lib/ansible/modules/files/xml.py index 26e7ca89a2a..080e24a5499 100755 --- a/lib/ansible/modules/files/xml.py +++ b/lib/ansible/modules/files/xml.py @@ -5,23 +5,9 @@ # Tim Bielawa # Magnus Hedemark # Copyright 2017, Dag Wieers -# -# This file is part of Ansible -# -# Ansible is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Ansible is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Ansible. If not, see . - -# Make coding more python3-ish + +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) + from __future__ import (absolute_import, division, print_function) __metaclass__ = type @@ -115,8 +101,6 @@ author: - Tim Bielawa (@tbielawa) - Magnus Hedemark (@magnus919) - Dag Wieers (@dagwieers) -- Marko Stanković (@sm4rk0) -- Christopher Prescott (@cmprescott) ''' EXAMPLES = r'''