[xiph-commits] r12628 - in trunk/ezstream: . src win32
moritz at svn.xiph.org
moritz at svn.xiph.org
Sun Mar 4 07:16:40 PST 2007
Author: moritz
Date: 2007-03-04 07:16:36 -0800 (Sun, 04 Mar 2007)
New Revision: 12628
Modified:
trunk/ezstream/COPYING
trunk/ezstream/NEWS
trunk/ezstream/src/configfile.c
trunk/ezstream/src/ezstream.c
trunk/ezstream/win32/README.win32
Log:
More pre-release maintenance.
Modified: trunk/ezstream/COPYING
===================================================================
--- trunk/ezstream/COPYING 2007-03-04 14:29:27 UTC (rev 12627)
+++ trunk/ezstream/COPYING 2007-03-04 15:16:36 UTC (rev 12628)
@@ -1,3 +1,8 @@
+ ezstream - source client for Icecast with external en-/decoder support
+ Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock at oddsock.org>
+ Copyright (C) 2007 Moritz Grimm <gtgbr at gmx.net>
+
+
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Modified: trunk/ezstream/NEWS
===================================================================
--- trunk/ezstream/NEWS 2007-03-04 14:29:27 UTC (rev 12627)
+++ trunk/ezstream/NEWS 2007-03-04 15:16:36 UTC (rev 12628)
@@ -47,6 +47,7 @@
parameter.)
- Tweaked metadata string generation: no more lone " - " dashes at the
beginning or end of the string.
+ - New command line option `-V': Print the version number and exit.
Modified: trunk/ezstream/src/configfile.c
===================================================================
--- trunk/ezstream/src/configfile.c 2007-03-04 14:29:27 UTC (rev 12627)
+++ trunk/ezstream/src/configfile.c 2007-03-04 15:16:36 UTC (rev 12628)
@@ -4,9 +4,8 @@
* Copyright (C) 2007 Moritz Grimm <gtgbr at gmx.net>
*
* 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.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2007-03-04 14:29:27 UTC (rev 12627)
+++ trunk/ezstream/src/ezstream.c 2007-03-04 15:16:36 UTC (rev 12628)
@@ -4,9 +4,8 @@
* Copyright (C) 2007 Moritz Grimm <gtgbr at gmx.net>
*
* 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.
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: trunk/ezstream/win32/README.win32
===================================================================
--- trunk/ezstream/win32/README.win32 2007-03-04 14:29:27 UTC (rev 12627)
+++ trunk/ezstream/win32/README.win32 2007-03-04 15:16:36 UTC (rev 12628)
@@ -17,6 +17,8 @@
+-----------------------+----------------------------------------------+
| \ezstream.exe | The ezstream executable file. |
+-----------------------+----------------------------------------------+
+| \ezstream-X.Y.Z.zip | The ezstream source distribution. |
++-----------------------+----------------------------------------------+
| \conf\*.xml | Ezstream example configuration files. |
+-----------------------+----------------------------------------------+
@@ -42,8 +44,8 @@
Ezstream uses libxml2 (http://xmlsoft.org/, BSD-like license), libogg and
libvorbis (http://www.vorbis.com/, BSD-like license) and libshout
-(http://www.icecast.org/, LGPL licensed).
+(http://www.icecast.org/, LGPL licensed). These libraries are statically linked
+into the ezstream.exe file.
-Ezstream itself is licensed under the GPL (see COPYING.txt), with the source
-code available at http://www.icecast.org/ezstream.php in the distribution
-tarball (.tar.gz).
+Ezstream itself is licensed under the GPL (see COPYING in the included source
+archive for details.)
More information about the commits
mailing list