Commit f42b6308 by Michael DeHaan

Merge pull request #470 from tbielawa/fixAuthor

Fix author
parents e904f840 d0a2f438
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: ansible-playbook .\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 06/12/2012 .\" Date: 06/13/2012
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 0.4.1 .\" Source: Ansible 0.4.1
.\" Language: English .\" 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 .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -110,7 +110,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file ...@@ -110,7 +110,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR" .SH "AUTHOR"
.sp .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" .SH "COPYRIGHT"
.sp .sp
Copyright \(co 2012, Michael DeHaan Copyright \(co 2012, Michael DeHaan
......
...@@ -94,8 +94,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path ...@@ -94,8 +94,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR AUTHOR
------ ------
Ansible was originally written by Michael DeHaan. See the AUTHORS file Ansible was originally written by Michael DeHaan. See the GitHub
for a complete list of contributors. project for a complete list of contributors.
COPYRIGHT COPYRIGHT
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: ansible .\" Title: ansible
.\" Author: [see the "AUTHOR" section] .\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 06/12/2012 .\" Date: 06/13/2012
.\" Manual: System administration commands .\" Manual: System administration commands
.\" Source: Ansible 0.4.1 .\" Source: Ansible 0.4.1
.\" Language: English .\" 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 .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -169,7 +169,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file ...@@ -169,7 +169,7 @@ ANSIBLE_HOSTS \(em Override the default ansible hosts file
ANSIBLE_LIBRARY \(em Override the default ansible module library path ANSIBLE_LIBRARY \(em Override the default ansible module library path
.SH "AUTHOR" .SH "AUTHOR"
.sp .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" .SH "COPYRIGHT"
.sp .sp
Copyright \(co 2012, Michael DeHaan Copyright \(co 2012, Michael DeHaan
......
...@@ -139,8 +139,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path ...@@ -139,8 +139,8 @@ ANSIBLE_LIBRARY -- Override the default ansible module library path
AUTHOR AUTHOR
------ ------
Ansible was originally written by Michael DeHaan. See the AUTHORS file Ansible was originally written by Michael DeHaan. See the GitHub
for a complete list of contributors. project for a complete list of contributors.
COPYRIGHT COPYRIGHT
......
...@@ -15,3 +15,4 @@ ...@@ -15,3 +15,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.4.1' __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