Skip to content

Commit 6bb00e1

Browse files
Add missing license header
1 parent e4a6950 commit 6bb00e1

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

ant-tools-src/com/sun/jna/package-info.java

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
/* Copyright (c) 2017 Matthias Bläsing, All Rights Reserved
2+
*
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).
6+
*
7+
* You can freely decide which license you want to apply to
8+
* the project.
9+
*
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".
23+
*/
24+
125
/**
226
* <p>The build script is expected to build a minimal set of classes that are
327
* required to execute this. At the time of writing these are:</p>

test/com/sun/jna/AnnotatedLibraryTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* The contents of this file is dual-licensed under 2
33
* alternative Open Source/Free licenses: LGPL 2.1 or later and
44
* Apache License 2.0. (starting with JNA version 4.0.0).

test/com/sun/jna/ELFAnalyserTest.java

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
1+
/* Copyright (c) 2017 Matthias Bläsing, All Rights Reserved
2+
*
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).
6+
*
7+
* You can freely decide which license you want to apply to
8+
* the project.
9+
*
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".
23+
*/
224
package com.sun.jna;
325

426
import java.io.*;

0 commit comments

Comments
 (0)