diff --git a/COPYING b/COPYING index c749fa1a..474f9efa 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,14 @@ +Ponysay — Cowsay reimplemention for ponies + +Copyright (C) 2012 Erkin Batu Altunbaş et al. + + + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 - Copyright (C) 2012 Erkin Batu Altunbaş + Copyright (C) 2004 Sam Hocevar Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long @@ -10,4 +17,5 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index c6106941..1cdbaea7 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -1723,6 +1723,11 @@ Patchers and other contributors of ponysay: @node Ponysay license @appendix Ponysay license +Ponysay is release by Erkin Batu Altunbaş et al. @* +Copyright @copyright{} 2012 Erkin Batu Altunbaş et al. + +@* + Ponysay is Free Software (yet not Open Source) and in licensed under the terms of Do What The Fuck You Want To Public License (WTFPL) version 2. @@ -1744,12 +1749,13 @@ changes. Access to the source code is a precondition for this. @* -@center DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE -@center Version 2, December 2004 +@cartouche +@verbatim + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 -Copyright @copyright{} 2012 Erkin Batu Altunbaş +Copyright © 2004 Sam Hocevar -@quotation Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. @@ -1758,9 +1764,8 @@ as the name is changed. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. -@end quotation - - +@end verbatim +@end cartouche @node GNU Free Documentation License @appendix GNU Free Documentation License diff --git a/ponysay b/ponysay index 4f3f19f1..b21c57d2 100755 --- a/ponysay +++ b/ponysay @@ -2,17 +2,25 @@ # -*- coding: utf-8 -*- ''' -ponysay.py - Ponysay, a cowsay reimplementation for ponies -Copyright (C) 2012 Erkin Batu Altunbaş +ponysay.py - Ponysay, cowsay reimplementation for ponies +Copyright (C) 2012 Erkin Batu Altunbaş et al. -Authors: Erkin Batu Altunbaş: Project leader, helped write the first implementation +This program is free software. It comes without any warranty, to +the extent permitted by applicable law. You can redistribute it +and/or modify it under the terms of the Do What The Fuck You Want +To Public License, Version 2, as published by Sam Hocevar. See +http://sam.zoy.org/wtfpl/COPYING for more details. + + +Authors of ponysay.py: + + Erkin Batu Altunbaş: Project leader, helped write the first implementation Mattias "maandree" Andrée: Major contributor of both implementions Elis "etu" Axelsson: Major contributor of current implemention and patcher of the first implementation Sven-Hendrik "svenstaro" Haase: Major contributor of the first implementation Jan Alexander "heftig" Steffens: Major contributor of the first implementation Kyah "L-four" Rindlisbacher: Patched the first implementation -License: WTFPL ''' import os diff --git a/ponysay.pdf b/ponysay.pdf index b2b3a9ab..ba1ceaa2 100644 Binary files a/ponysay.pdf and b/ponysay.pdf differ