summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/doc_fragments
diff options
context:
space:
mode:
authorJohn Westcott IV <john.westcott.iv@redhat.com>2020-07-08 19:51:13 +0200
committerJohn Westcott IV <john.westcott.iv@redhat.com>2020-07-14 15:38:26 +0200
commit5a6c7a57884af0301af87ed6d1bdad937736a91a (patch)
treea8d0dc8dc9f76e1d2f68d22029f36831ed1cf5fd /awx_collection/plugins/doc_fragments
parentMore refinement of examples (diff)
downloadawx-5a6c7a57884af0301af87ed6d1bdad937736a91a.tar.xz
awx-5a6c7a57884af0301af87ed6d1bdad937736a91a.zip
Fixing copyrights and linting issues
Diffstat (limited to 'awx_collection/plugins/doc_fragments')
-rw-r--r--awx_collection/plugins/doc_fragments/auth_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/doc_fragments/auth_plugin.py b/awx_collection/plugins/doc_fragments/auth_plugin.py
index 25c0b9e8e2..527054ed27 100644
--- a/awx_collection/plugins/doc_fragments/auth_plugin.py
+++ b/awx_collection/plugins/doc_fragments/auth_plugin.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright: (c) 2017, Wayne Witzel III <wayne@riotousliving.com>
+# Copyright: (c) 2020, Ansible by Red Hat, Inc
# 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)