From 9370ec2370e01ee488494e5468ae81d043a21b62 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Fri, 21 Jun 2024 12:26:37 -0400 Subject: [PATCH] Correct paths in .copyrightignore The "src" and "test" folders are not at the root like in newer jdk versions; they're within the "jdk" folder. * add /test * correct entry for sun/security/ec/impl * remove /*README that matches nothing * back-port other changes from the head stream Signed-off-by: Keith W. Campbell --- .copyrightignore | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.copyrightignore b/.copyrightignore index fbb1e1f7847..cc7d48605a0 100644 --- a/.copyrightignore +++ b/.copyrightignore @@ -1,5 +1,5 @@ # =========================================================================== -# (c) Copyright IBM Corp. 2018, 2023 All Rights Reserved +# (c) Copyright IBM Corp. 2018, 2024 All Rights Reserved # =========================================================================== # # This code is free software; you can redistribute it and/or modify it @@ -31,16 +31,17 @@ # 8. *job* # all things at contains characters in between stars # =========================================================================== -src/bsd/doc -src/jdk.crypto.ec/share/native/libsunec/impl -src/linux/doc -src/share/lib/security/java.policy -src/share/lib/security/java.security-* -src/solaris/doc -/test +/jdk/src/bsd/doc/ +/jdk/src/linux/doc/ +/jdk/src/share/lib/security/java.policy +/jdk/src/share/lib/security/java.security-* +/jdk/src/share/native/sun/security/ec/impl/ +/jdk/src/solaris/doc/ +/jdk/test/ +/test/ -/*LICENSE -/*README +.copyrightignore +/LICENSE **/autoconf/generated-configure.sh *.bmp @@ -50,4 +51,5 @@ src/solaris/doc *.ini *.jpg *.md +*.project *.wav