summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/