diff options
Diffstat (limited to 'testdll2.c')
-rw-r--r-- | testdll2.c | 26 |
1 files changed, 15 insertions, 11 deletions
@@ -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 |