aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Traversaro <silvio@traversaro.it>2020-09-13 19:26:54 +0200
committerGitHub <noreply@github.com>2020-09-13 19:26:54 +0200
commitd240aff171be5d304e1f0a0af0cb60f4e2e98ecf (patch)
tree00fc4d340015555d58732d059c76fa1ef1aa56ff
parent4583f267ec6ce8770d1480f75e06f297dde2d5af (diff)
downloaddlfcn-win32-d240aff171be5d304e1f0a0af0cb60f4e2e98ecf.tar.gz
dlfcn-win32-d240aff171be5d304e1f0a0af0cb60f4e2e98ecf.tar.bz2
dlfcn-win32-d240aff171be5d304e1f0a0af0cb60f4e2e98ecf.zip
Rephrase configure script copyright notice
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index f775f18..87a8a72 100755
--- a/configure
+++ b/configure
@@ -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
9set_all(){ 13set_all(){
10 value=$1 14 value=$1