diff options
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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 |