summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 22:40:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-30 22:40:24 +0000
commitc98db3f44225a043f6b96079f5143ecf57320f82 (patch)
treebe298a407751235143d43ef9b7b6d274565a64f5 /libvo
parent44596daef1a76b53b6ad2b07f13e9e5787d7960d (diff)
downloadmpv-c98db3f44225a043f6b96079f5143ecf57320f82.tar.bz2
mpv-c98db3f44225a043f6b96079f5143ecf57320f82.tar.xz
Relicense files written by Nick Kurshev and marked as "GPL v2" to
"GPL v2 or later" with permission from Nick. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25555 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vesa_lvo.c2
-rw-r--r--libvo/vesa_lvo.h2
-rw-r--r--libvo/vo_vesa.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libvo/vesa_lvo.c b/libvo/vesa_lvo.c
index 637bb20633..ea5ecc93a1 100644
--- a/libvo/vesa_lvo.c
+++ b/libvo/vesa_lvo.c
@@ -4,7 +4,7 @@
* Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001
*
* You can redistribute this file under terms and conditions
- * of GNU General Public licence v2.
+ * of GNU General Public licence v2 or later.
*
* This file contains vo_vesa interface to Linux Video Overlay.
* (Partly based on vo_mga.c from mplayer's package)
diff --git a/libvo/vesa_lvo.h b/libvo/vesa_lvo.h
index 22991bd02b..81cab0366f 100644
--- a/libvo/vesa_lvo.h
+++ b/libvo/vesa_lvo.h
@@ -4,7 +4,7 @@
* Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001
*
* You can redistribute this file under terms and conditions
- * of GNU General Public licence v2.
+ * of GNU General Public licence v2 or later.
*
* This file contains vo_vesa interface to Linux Video Overlay.
*/
diff --git a/libvo/vo_vesa.c b/libvo/vo_vesa.c
index 41050c946d..20d97b57a5 100644
--- a/libvo/vo_vesa.c
+++ b/libvo/vo_vesa.c
@@ -4,7 +4,7 @@
* Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001
*
* You can redistribute this file under terms and conditions
- * of GNU General Public licence v2.
+ * of GNU General Public licence v2 or later.
* This file is partly based on vbetest.c from lrmi distributive.
*/