From b17e8339078ad9a640021e1ac93b027b9046a94d Mon Sep 17 00:00:00 2001 From: afarley Date: Mon, 6 Jan 2020 03:57:02 +0000 Subject: 8227715: GPLv2 files missing Classpath Exception Summary: Add missing exception to build files that were missed by JDK-8193758. Reviewed-by: phh, andrew --- .../classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java | 4 +++- make/src/native/add_gnu_debuglink/add_gnu_debuglink.c | 4 +++- make/src/native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'make') 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 -- cgit v1.2.3