diff options
-rwxr-xr-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,11 @@ | |||
4 | # Copyright (c) 2007, 2009, 2012 Ramiro Polla | 4 | # Copyright (c) 2007, 2009, 2012 Ramiro Polla |
5 | # Copyright (c) 2014 Tiancheng "Timothy" Gu | 5 | # Copyright (c) 2014 Tiancheng "Timothy" Gu |
6 | # | 6 | # |
7 | # This build system is based in part on the FFmpeg configure script. | 7 | # Differently from the rest of the dlfcn-win32 codebase that is licensed |
8 | # under the MIT license, this configure script is based in part on the FFmpeg | ||
9 | # configure script, and so it is licensed under the GNU Lesser General Public | ||
10 | # License version 2.1 or later (LGPL v2.1+). A copy of the LGPL v2.1 license | ||
11 | # is available at https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
8 | 12 | ||
9 | set_all(){ | 13 | set_all(){ |
10 | value=$1 | 14 | value=$1 |