diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2020-07-08 19:51:13 +0200 |
---|---|---|
committer | John Westcott IV <john.westcott.iv@redhat.com> | 2020-07-14 15:38:26 +0200 |
commit | 5a6c7a57884af0301af87ed6d1bdad937736a91a (patch) | |
tree | a8d0dc8dc9f76e1d2f68d22029f36831ed1cf5fd /awx_collection/plugins/doc_fragments | |
parent | More refinement of examples (diff) | |
download | awx-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.py | 2 |
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) |