aboutsummaryrefslogtreecommitdiff
path: root/testdll3.c
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2020-08-30 13:43:50 +0200
committerRamiro Polla <ramiro.polla@gmail.com>2020-08-30 13:50:26 +0200
commit4583f267ec6ce8770d1480f75e06f297dde2d5af (patch)
tree0b9433ab8433ade6f4b3d84cb892f2be4ada9be2 /testdll3.c
parente5d9fab4054ece0c8e899c00c8341403c22477f1 (diff)
downloaddlfcn-win32-4583f267ec6ce8770d1480f75e06f297dde2d5af.tar.gz
dlfcn-win32-4583f267ec6ce8770d1480f75e06f297dde2d5af.tar.bz2
dlfcn-win32-4583f267ec6ce8770d1480f75e06f297dde2d5af.zip
Relicense to MIT
The licensing note in the configure script has been reworked, similarly to how libvpx did it (they were also based on FFmpeg's configure script and also use a more permissive license).
Diffstat (limited to 'testdll3.c')
-rw-r--r--testdll3.c26
1 files changed, 15 insertions, 11 deletions
diff --git a/testdll3.c b/testdll3.c
index 3906e48..b6f4f5b 100644
--- a/testdll3.c
+++ b/testdll3.c
@@ -3,19 +3,23 @@
3 * Copyright (c) 2007 Ramiro Polla 3 * Copyright (c) 2007 Ramiro Polla
4 * Copyright (c) 2019 Pali Rohár <pali.rohar@gmail.com> 4 * Copyright (c) 2019 Pali Rohár <pali.rohar@gmail.com>
5 * 5 *
6 * dlfcn-win32 is free software; you can redistribute it and/or 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * modify it under the terms of the GNU Lesser General Public 7 * of this software and associated documentation files (the "Software"), to deal
8 * License as published by the Free Software Foundation; either 8 * in the Software without restriction, including without limitation the rights
9 * version 2.1 of the License, or (at your option) any later version. 9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
10 * 12 *
11 * dlfcn-win32 is distributed in the hope that it will be useful, 13 * The above copyright notice and this permission notice shall be included in
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * all copies or substantial portions of the Software.
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU Lesser General Public 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * License along with dlfcn-win32; if not, write to the Free Software 17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 * THE SOFTWARE.
19 */ 23 */
20 24
21#ifdef _DEBUG 25#ifdef _DEBUG