forked from java-native-access/jna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix license headers (Followup java-native-access#711)
- Loading branch information
1 parent
6bb00e1
commit 8cfb552
Showing
108 changed files
with
1,918 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
^/\*( Copyright.*$|$) | ||
^ \*( Copyright.*$|$) | ||
^ \* The contents of this file is dual-licensed under 2$ | ||
^ \* alternative Open Source/Free licenses: LGPL 2\.1 or later and$ | ||
^ \* Apache License 2\.0\.( \(starting with JNA version 4\.0\.0\)\.$|$) | ||
^ \*$ | ||
^ \* You can freely decide which license you want to apply to$ | ||
^ \* the project\.$ | ||
^ \*$ | ||
^ \* You may obtain a copy of the LGPL License at:$ | ||
^ \*$ | ||
^ \* http://www\.gnu\.org/licenses/licenses\.html$ | ||
^ \*$ | ||
^ \* A copy is also included in the downloadable source code package$ | ||
^ \* containing JNA, in file "LGPL2\.1"\.$ | ||
^ \*$ | ||
^ \* You may obtain a copy of the Apache License at:$ | ||
^ \*$ | ||
^ \* http://www\.apache\.org/licenses/$ | ||
^ \*$ | ||
^ \* A copy is also included in the downloadable source code package$ | ||
^ \* containing JNA, in file "AL2\.0"\.$ | ||
^ \*/$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
|
||
<!DOCTYPE suppressions PUBLIC | ||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" | ||
"https://checkstyle.org/dtds/suppressions_1_2.dtd"> | ||
|
||
<suppressions> | ||
<suppress files="contrib/x11/src/jnacontrib/x11/api/X11KeySymDef.java" | ||
id="header-check" /> | ||
</suppressions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 20 additions & 9 deletions
29
contrib/platform/test/com/sun/jna/platform/AbstractPlatformTestSupport.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 20 additions & 9 deletions
29
contrib/platform/test/com/sun/jna/platform/FileUtilsTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 19 additions & 8 deletions
27
contrib/platform/test/com/sun/jna/platform/KeyboardUtilsTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 19 additions & 8 deletions
27
contrib/platform/test/com/sun/jna/platform/RasterRangesUtilsTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
contrib/platform/test/com/sun/jna/platform/TestNativeLoad.java
This file was deleted.
Oops, something went wrong.
27 changes: 19 additions & 8 deletions
27
contrib/platform/test/com/sun/jna/platform/WindowUtilsTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 19 additions & 12 deletions
31
contrib/platform/test/com/sun/jna/platform/mac/SystemBTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 19 additions & 8 deletions
27
contrib/platform/test/com/sun/jna/platform/mac/XAttrUtilTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 20 additions & 9 deletions
29
contrib/platform/test/com/sun/jna/platform/unix/AbstractUnixTestSupport.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.