Fix author in modules (#46068)

Fix a few cases where the author was incomplete or incorrect.
This commit is contained in:
Dag Wieers 2018-09-24 17:14:29 +02:00 committed by Alicia Cozine
parent 6ddfd912dc
commit f90fc8a9a2
5 changed files with 17 additions and 12 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Copyright: Ansible Project
# Copyright: (c) 2016, Ansible Project
# 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
@ -59,7 +60,7 @@ notes:
on the remote host. For Ubuntu-based systems, install the C(postgresql), C(libpq-dev), and C(python-psycopg2) packages on the remote host before
using this module.
requirements: [ psycopg2 ]
author: "Flavien Chantelot <contact@flavien.io>"
author: Flavien Chantelot (@Dorn-) <contact@flavien.io>
'''
EXAMPLES = '''