changeset 20962:a95ed9a69caf

Put files fully owned by my under GPL v2 "or later"
author reimar
date Fri, 17 Nov 2006 10:03:33 +0000
parents a26421864b53
children 1cbcd97346dd
files libmpcodecs/ad_speex.c libvo/gl_common.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_speex.c	Fri Nov 17 08:36:10 2006 +0000
+++ b/libmpcodecs/ad_speex.c	Fri Nov 17 10:03:33 2006 +0000
@@ -1,6 +1,6 @@
 /**
  * Speex decoder by Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>
- * License: GPL
+ * License: GPL v2 or later
  * This code may be be relicensed under the terms of the GNU LGPL when it
  * becomes part of the FFmpeg project (ffmpeg.org)
  */
--- a/libvo/gl_common.c	Fri Nov 17 08:36:10 2006 +0000
+++ b/libvo/gl_common.c	Fri Nov 17 10:03:33 2006 +0000
@@ -4,7 +4,7 @@
  *
  * Common OpenGL routines.
  * Copyleft (C) Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>, 2005
- * Licensend under the GNU GPL v2.
+ * Licensend under the GNU GPL v2 or later.
  * Special thanks go to the xine team and Matthias Hopf, whose video_out_opengl.c
  * gave me lots of good ideas.
  */