summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/csputils.c5
-rw-r--r--libvo/csputils.h5
-rw-r--r--libvo/gl_common.c5
-rw-r--r--libvo/gl_common.h5
-rw-r--r--libvo/vo_gl.c5
5 files changed, 25 insertions, 0 deletions
diff --git a/libvo/csputils.c b/libvo/csputils.c
index 57362f6725..2978279398 100644
--- a/libvo/csputils.c
+++ b/libvo/csputils.c
@@ -18,6 +18,11 @@
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*/
#include <stdint.h>
diff --git a/libvo/csputils.h b/libvo/csputils.h
index 54c6926b96..acc8f59459 100644
--- a/libvo/csputils.h
+++ b/libvo/csputils.h
@@ -14,6 +14,11 @@
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*/
#ifndef MPLAYER_CSPUTILS_H
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index aa7beb7cf3..c28632e0c0 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -20,6 +20,11 @@
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*/
/**
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 65741c899b..53b2ed41d4 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -14,6 +14,11 @@
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*/
#ifndef MPLAYER_GL_COMMON_H
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 6712ebfca8..ef82316259 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -14,6 +14,11 @@
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
*/
#include <stdio.h>