mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
More pre-release maintenance.
git-svn-id: https://svn.xiph.org/trunk/ezstream@12628 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
3861e75ba2
commit
79f9d809d5
5
COPYING
5
COPYING
@ -1,3 +1,8 @@
|
||||
ezstream - source client for Icecast with external en-/decoder support
|
||||
Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock@oddsock.org>
|
||||
Copyright (C) 2007 Moritz Grimm <gtgbr@gmx.net>
|
||||
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
|
1
NEWS
1
NEWS
@ -47,6 +47,7 @@ Changes in 0.3.0, (SVN trunk):
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
@ -4,9 +4,8 @@
|
||||
* Copyright (C) 2007 Moritz Grimm <gtgbr@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
|
||||
|
@ -4,9 +4,8 @@
|
||||
* Copyright (C) 2007 Moritz Grimm <gtgbr@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
|
||||
|
@ -17,6 +17,8 @@ README.win32 - Information about the binary Ezstream distribution for Windows
|
||||
+-----------------------+----------------------------------------------+
|
||||
| \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 @@ system.
|
||||
|
||||
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.)
|
||||
|
Loading…
Reference in New Issue
Block a user