diff options
-rw-r--r-- | README.txt | 33 | ||||
-rw-r--r-- | src/liststorage.c | 2 | ||||
-rw-r--r-- | src/msgfile.c | 2 |
3 files changed, 31 insertions, 6 deletions
@@ -132,8 +132,33 @@ or load it via the object "zexy" at runtime authors::
==============================================================================
-this software is
-copyleft 1999-2007 by IOhannes m zmoelnig <zmoelnig [at] iem [dot] at>
-with some contributions by winfried ritsch, franz zotter, guenter geiger,
-miller.s.puckette and surely some others
+this software has been mainly written by
+ IOhannes m zmoelnig <zmoelnig [at] iem [dot] at>
+but a lot of others have contributed as well.
+
+Copyright 1999-2010 IOhannes m zmoelnig
+Copyright 1999-2010 zexy-contributers
+Copyright 1998-2004 matt wright
+Copyright 1999-2000 winfried ritsch
+Copyright 1999 guenter geiger
+Copyright 1996-1999 miller s puckette
+Copyright 2005-2006 tim blechmann
+Copyright 2009-2010 franz zotter
+
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
diff --git a/src/liststorage.c b/src/liststorage.c index e12742d..bc4613e 100644 --- a/src/liststorage.c +++ b/src/liststorage.c @@ -17,7 +17,7 @@ /* this is heavily based on code from [textfile], - which is part of pd and written by Miller S. Pucket + which is part of pd and written by Miller S. Puckette pd (and thus [textfile]) come with their own license */ diff --git a/src/msgfile.c b/src/msgfile.c index 2fd4d63..bc76768 100644 --- a/src/msgfile.c +++ b/src/msgfile.c @@ -17,7 +17,7 @@ /* this is heavily based on code from [textfile], - which is part of pd and written by Miller S. Pucket + which is part of pd and written by Miller S. Puckette pd (and thus [textfile]) come with their own license */ |