Commit f42b6308 by Michael DeHaan

Merge pull request #470 from tbielawa/fixAuthor

Fix author
parents e904f840 d0a2f438
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment