From 0c71b5c51269a8dab7b8e70e7e832b435a7f752f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 25 Aug 2012 04:36:47 +0200 Subject: proper copyright notices (mainly, the copyright (C) line under WTFPL's version and date should refer to the license it self, not the program) --- ponysay | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index 4f3f19f..b21c57d 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 -- cgit