# HG changeset patch # User reimar # Date 1163757813 0 # Node ID a95ed9a69caf99c3dd32f05c1ca9f1a566235874 # Parent a26421864b532bd8aaa4f76ee05b37a3fe71e960 Put files fully owned by my under GPL v2 "or later" diff -r a26421864b53 -r a95ed9a69caf libmpcodecs/ad_speex.c --- 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 - * 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) */ diff -r a26421864b53 -r a95ed9a69caf libvo/gl_common.c --- 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 , 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. */