summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossymiles@gmail.com>2016-02-18 22:53:06 +1100
committerJames Ross-Gowan <rossymiles@gmail.com>2016-02-18 22:57:28 +1100
commitbf0801a14a697755fc561c27404acf71c83a7f51 (patch)
tree565691a042bf55e44d889d31622641d2e9323ef6
parentc01aaabb3e0083fcac4d8b32b17b0dc127be6ac6 (diff)
downloadmpv-bf0801a14a697755fc561c27404acf71c83a7f51.tar.bz2
mpv-bf0801a14a697755fc561c27404acf71c83a7f51.tar.xz
glob-win: relicense to LGPL
This file was rewritten from scratch in 0cef033, so it should be okay. As mentioned in #730, it's a complete rewrite referencing only MSDN and POSIX, rather than the original code.
-rw-r--r--osdep/glob-win.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/osdep/glob-win.c b/osdep/glob-win.c
index cca226ae7a..a3485cdbd1 100644
--- a/osdep/glob-win.c
+++ b/osdep/glob-win.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 <windows.h>