summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-02-15 16:16:03 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-02-16 12:07:31 -0800
commitcd0a34feb3675ae3867ae57177000c70e144e721 (patch)
tree3aa909d1b3928c6e137dbf448dae000726218d49 /video
parentce0b99314bf309af2d0dc869527f03854abc0d2e (diff)
downloadmpv-cd0a34feb3675ae3867ae57177000c70e144e721.tar.bz2
mpv-cd0a34feb3675ae3867ae57177000c70e144e721.tar.xz
dxva2: fix license on some newly added files to lgpl v2.1+
I mistakenly copied the wrong license text into these files when I created them. Since I'm the only one to have touched these files, it should be OK to change them.
Diffstat (limited to 'video')
-rw-r--r--video/dxva2.c14
-rw-r--r--video/dxva2.h14
2 files changed, 14 insertions, 14 deletions
diff --git a/video/dxva2.c b/video/dxva2.c
index cf0bf3d08c..ee8ff00431 100644
--- a/video/dxva2.c
+++ b/video/dxva2.c
@@ -1,18 +1,18 @@
/*
* This file is part of mpv.
*
- * mpv is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * mpv is free software; you can redistribute it 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.
*
* mpv is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with mpv. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#include <assert.h>
diff --git a/video/dxva2.h b/video/dxva2.h
index 4acb9c99d4..66bcddcdb8 100644
--- a/video/dxva2.h
+++ b/video/dxva2.h
@@ -1,18 +1,18 @@
/*
* This file is part of mpv.
*
- * mpv is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * mpv is free software; you can redistribute it 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.
*
* mpv is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with mpv. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MPV_DXVA2_H