diff options
-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 */ |