1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00

Put files fully owned by my under GPL v2 "or later"

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20978 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-11-17 10:03:33 +00:00
parent 1fcaa00c85
commit 7df98a0a3d
2 changed files with 2 additions and 2 deletions

View File

@ -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)
*/

View File

@ -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.
*/