[xiph-commits] r10415 - trunk/maemo/OggPlay/src

mgrimme at svn.xiph.org mgrimme at svn.xiph.org
Sun Nov 20 08:18:10 PST 2005


Author: mgrimme
Date: 2005-11-20 08:18:03 -0800 (Sun, 20 Nov 2005)
New Revision: 10415

Modified:
   trunk/maemo/OggPlay/src/audio.c
   trunk/maemo/OggPlay/src/audio.h
   trunk/maemo/OggPlay/src/decoder.c
   trunk/maemo/OggPlay/src/decoder.h
   trunk/maemo/OggPlay/src/gui.c
   trunk/maemo/OggPlay/src/ringbuffer.c
   trunk/maemo/OggPlay/src/ringbuffer.h
   trunk/maemo/OggPlay/src/stream.c
   trunk/maemo/OggPlay/src/stream.h
Log:
GPL headers

Modified: trunk/maemo/OggPlay/src/audio.c
===================================================================
--- trunk/maemo/OggPlay/src/audio.c	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/audio.c	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/audio.h
===================================================================
--- trunk/maemo/OggPlay/src/audio.h	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/audio.h	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/decoder.c
===================================================================
--- trunk/maemo/OggPlay/src/decoder.c	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/decoder.c	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/decoder.h
===================================================================
--- trunk/maemo/OggPlay/src/decoder.h	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/decoder.h	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/gui.c
===================================================================
--- trunk/maemo/OggPlay/src/gui.c	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/gui.c	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/ringbuffer.c
===================================================================
--- trunk/maemo/OggPlay/src/ringbuffer.c	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/ringbuffer.c	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/ringbuffer.h
===================================================================
--- trunk/maemo/OggPlay/src/ringbuffer.h	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/ringbuffer.h	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,11 +1,9 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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.

Modified: trunk/maemo/OggPlay/src/stream.c
===================================================================
--- trunk/maemo/OggPlay/src/stream.c	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/stream.c	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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

Modified: trunk/maemo/OggPlay/src/stream.h
===================================================================
--- trunk/maemo/OggPlay/src/stream.h	2005-11-20 16:02:39 UTC (rev 10414)
+++ trunk/maemo/OggPlay/src/stream.h	2005-11-20 16:18:03 UTC (rev 10415)
@@ -1,9 +1,8 @@
 /*
  *  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; version 2 of the License. The original
- *  author of the programm (Tino H. Seifert) will decide if later versions
- *  are also acceptable.
+ *  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



More information about the commits mailing list