From 0aad3f3987a1ef01b16ecdbca454de58c9fe3eca Mon Sep 17 00:00:00 2001 From: phh Date: Tue, 17 Dec 2019 20:04:40 +0000 Subject: [PATCH] 8227715: GPLv2 files missing Classpath Exception Summary: Add classpath exception language to four files. Reviewed-by: phh Contributed-by: adam.farley@uk.ibm.com --- .../build/tools/generatelsrequivmaps/EquivMapsGenerator.java | 4 +++- make/src/native/add_gnu_debuglink/add_gnu_debuglink.c | 4 +++- .../native/fix_empty_sec_hdr_flags/fix_empty_sec_hdr_flags.c | 4 +++- src/macosx/native/jobjc/JObjC.xcodeproj/default.pbxuser | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java b/make/src/classes/build/tools/generatelsrequivmaps/EquivMapsGenerator.java index c693eedc2..ba83f92a1 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 b65457c0d..a9985fa5f 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 68bd09386..fc583ec98 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 diff --git a/src/macosx/native/jobjc/JObjC.xcodeproj/default.pbxuser b/src/macosx/native/jobjc/JObjC.xcodeproj/default.pbxuser index cda3de5e2..dd674ec55 100644 --- a/src/macosx/native/jobjc/JObjC.xcodeproj/default.pbxuser +++ b/src/macosx/native/jobjc/JObjC.xcodeproj/default.pbxuser @@ -5,7 +5,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 -- GitLab