summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/man/man1/ansible-playbook.16
-rw-r--r--docs/man/man1/ansible-playbook.1.asciidoc.in4
-rw-r--r--docs/man/man1/ansible.16
-rw-r--r--docs/man/man1/ansible.1.asciidoc.in4
-rw-r--r--lib/ansible/__init__.py1
5 files changed, 11 insertions, 10 deletions
diff --git a/docs/man/man1/ansible-playbook.1 b/docs/man/man1/ansible-playbook.1
index 7dc537ff31..06d4d21321 100644
--- a/docs/man/man1/ansible-playbook.1
+++ b/docs/man/man1/ansible-playbook.1
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 06/12/2012
+.\" Date: 06/13/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.4.1
.\" Language: English
.\"
-.TH "ANSIBLE\-PLAYBOOK" "1" "06/12/2012" "Ansible 0\&.4\&.1" "System administration commands"
+.TH "ANSIBLE\-PLAYBOOK" "1" "06/13/2012" "Ansible 0\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -110,7 +110,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR"
.sp
-Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&.
+Ansible was originally written by Michael DeHaan\&. See the GitHub project for a complete list of contributors\&.
.SH "COPYRIGHT"
.sp
Copyright \(co 2012, Michael DeHaan
diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in
index 524ee047fa..df79ddc200 100644
--- a/docs/man/man1/ansible-playbook.1.asciidoc.in
+++ b/docs/man/man1/ansible-playbook.1.asciidoc.in
@@ -94,8 +94,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR
------
-Ansible was originally written by Michael DeHaan. See the AUTHORS file
-for a complete list of contributors.
+Ansible was originally written by Michael DeHaan. See the GitHub
+project for a complete list of contributors.
COPYRIGHT
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1
index 95f062d935..0aafb152a4 100644
--- a/docs/man/man1/ansible.1
+++ b/docs/man/man1/ansible.1
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 06/12/2012
+.\" Date: 06/13/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.4.1
.\" Language: English
.\"
-.TH "ANSIBLE" "1" "06/12/2012" "Ansible 0\&.4\&.1" "System administration commands"
+.TH "ANSIBLE" "1" "06/13/2012" "Ansible 0\&.4\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -169,7 +169,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR"
.sp
-Ansible was originally written by Michael DeHaan\&. See the AUTHORS file for a complete list of contributors\&.
+Ansible was originally written by Michael DeHaan\&. See the GitHub project for a complete list of contributors\&.
.SH "COPYRIGHT"
.sp
Copyright \(co 2012, Michael DeHaan
diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in
index f01dc549e5..8892a9dad1 100644
--- a/docs/man/man1/ansible.1.asciidoc.in
+++ b/docs/man/man1/ansible.1.asciidoc.in
@@ -139,8 +139,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR
------
-Ansible was originally written by Michael DeHaan. See the AUTHORS file
-for a complete list of contributors.
+Ansible was originally written by Michael DeHaan. See the GitHub
+project for a complete list of contributors.
COPYRIGHT
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index c4f45e7dd2..0b63d9dcd5 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -15,3 +15,4 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.4.1'
+__author__ = 'Michael DeHaan'