|
1 |
| -/* |
2 |
| - * Copyright (c) 2015 Daniel Widdis |
| 1 | +/* Copyright (c) 2015 Daniel Widdis |
3 | 2 | *
|
4 |
| - * This program is free software: you can redistribute it and/or modify |
5 |
| - * it under the terms of the GNU Lesser General Public License as published by |
6 |
| - * the Free Software Foundation, either version 3 of the License, or |
7 |
| - * (at your option) any later version. |
| 3 | + * The contents of this file is dual-licensed under 2 |
| 4 | + * alternative Open Source/Free licenses: LGPL 2.1 or later and |
| 5 | + * Apache License 2.0. (starting with JNA version 4.0.0). |
8 | 6 | *
|
9 |
| - * This program is distributed in the hope that it will be useful, |
10 |
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 |
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 |
| - * GNU Lesser General Public License for more details. |
| 7 | + * You can freely decide which license you want to apply to |
| 8 | + * the project. |
13 | 9 | *
|
14 |
| - * You should have received a copy of the GNU Lesser General Public License |
15 |
| - * version 3 along with this work. If not, see <http://www.gnu.org/licenses/>. |
| 10 | + * You may obtain a copy of the LGPL License at: |
| 11 | + * |
| 12 | + * http://www.gnu.org/licenses/licenses.html |
| 13 | + * |
| 14 | + * A copy is also included in the downloadable source code package |
| 15 | + * containing JNA, in file "LGPL2.1". |
| 16 | + * |
| 17 | + * You may obtain a copy of the Apache License at: |
| 18 | + * |
| 19 | + * http://www.apache.org/licenses/ |
| 20 | + * |
| 21 | + * A copy is also included in the downloadable source code package |
| 22 | + * containing JNA, in file "AL2.0". |
16 | 23 | */
|
17 | 24 | package com.sun.jna.platform.mac;
|
18 | 25 |
|
|
0 commit comments