aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorafarley <unknown>2020-01-06 03:57:02 +0000
committerbell-sw <liberica@bell-sw.com>2020-01-19 09:13:11 +0300
commitb17e8339078ad9a640021e1ac93b027b9046a94d (patch)
tree6c10a119564e6244fb7cf9d91c52dceefc8d2dad /make
parentaa1772c0dd82704598b411cf65078722c80884da (diff)
downloadjdk8u_jdk-b17e8339078ad9a640021e1ac93b027b9046a94d.tar.gz
8227715: GPLv2 files missing Classpath Exception
Summary: Add missing exception to build files that were missed by JDK-8193758. Reviewed-by: phh, andrew
Diffstat (limited to 'make')
-rw-r--r--make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java4
-rw-r--r--make/src/native/add_gnu_debuglink/add_gnu_debuglink.c4
-rw-r--r--make/src/native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java b/make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java
index c693eedc24..ba83f92a18 100644
--- a/make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java
+++ b/make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
diff --git a/make/src/native/add_gnu_debuglink/add_gnu_debuglink.c b/make/src/native/add_gnu_debuglink/add_gnu_debuglink.c
index b65457c0d9..a9985fa5ff 100644
--- a/make/src/native/add_gnu_debuglink/add_gnu_debuglink.c
+++ b/make/src/native/add_gnu_debuglink/add_gnu_debuglink.c
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
diff --git a/make/src/native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c b/make/src/native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c
index 68bd093866..fc583ec986 100644
--- a/make/src/native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c
+++ b/make/src/native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c
@@ -4,7 +4,9 @@
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or