diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-25 04:36:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-25 04:36:47 +0200 |
commit | 0c71b5c51269a8dab7b8e70e7e832b435a7f752f (patch) | |
tree | 82c92c9606e40421b4b2d246a71d599ca42f8a17 /ponysay | |
parent | cc18e2b1d0f2342af0674bc58ba72f6de1181b96 (diff) | |
download | ponysay-0c71b5c51269a8dab7b8e70e7e832b435a7f752f.tar.gz ponysay-0c71b5c51269a8dab7b8e70e7e832b435a7f752f.tar.bz2 ponysay-0c71b5c51269a8dab7b8e70e7e832b435a7f752f.zip |
proper copyright notices (mainly, the copyright (C) line under WTFPL's version and date should refer to the license it self, not the program)
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 |