summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-05-05 07:32:35 +0200
committerwm4 <wm4@nowhere>2017-05-05 07:32:35 +0200
commit380bc03823de1a4fa520547dcf80f712a38d91fe (patch)
treeee9b4ba9fa528a1a109fbefd9183c00de25ac475 /audio
parent1db603efc34f2dab038dac68bd69cc1289be39d9 (diff)
downloadmpv-380bc03823de1a4fa520547dcf80f712a38d91fe.tar.bz2
mpv-380bc03823de1a4fa520547dcf80f712a38d91fe.tar.xz
ad.h: change license to LGPL
All authors have agreed. Commit 94d3170bd05 is a bit murky: Nick could not be reached, and arpi's changes were obviously inspired or copied from Nick's. However, the changed symbols were removed and do not exist anymore.
Diffstat (limited to 'audio')
-rw-r--r--audio/decode/ad.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/decode/ad.h b/audio/decode/ad.h
index bbb050eb4c..25f1239aa8 100644
--- a/audio/decode/ad.h
+++ b/audio/decode/ad.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 MPLAYER_AD_H