diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-31 13:40:08 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-12-31 13:40:08 +0000 |
commit | da7cc29d3fdd9a1e354ee992b3a467ccb48fac5b (patch) | |
tree | f056825ba6256c2bbf5fb4bad6a8db0223da34db | |
parent | 6bda8fe6ecb2e39519caa5a4a77ffe9bab441504 (diff) |
Relicense files marked as GPL v2 to GPL v2 or later.
Done with permission from Nick Kurshev, the author.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25559 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vosub_vidix.c | 2 | ||||
-rw-r--r-- | libvo/vosub_vidix.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vosub_vidix.c b/libvo/vosub_vidix.c index 537728406c..0357fe3c44 100644 --- a/libvo/vosub_vidix.c +++ b/libvo/vosub_vidix.c @@ -5,7 +5,7 @@ * Copyright (C) Alex Beregszaszi * * 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 vidix interface to any mplayer's VO plugin. * (Partly based on vesa_lvo.c from mplayer's package) diff --git a/libvo/vosub_vidix.h b/libvo/vosub_vidix.h index 10824761f2..71116cf263 100644 --- a/libvo/vosub_vidix.h +++ b/libvo/vosub_vidix.h @@ -4,7 +4,7 @@ * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - 2002 * * 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 vosub_vidix interface to any mplayer's VO driver */ |