Skip to content

Commit

Permalink
Correct paths in .copyrightignore
Browse files Browse the repository at this point in the history
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 <keithc@ca.ibm.com>
  • Loading branch information
keithc-ca committed Jun 27, 2024
1 parent 667e0c4 commit 9370ec2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .copyrightignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -50,4 +51,5 @@ src/solaris/doc
*.ini
*.jpg
*.md
*.project
*.wav

0 comments on commit 9370ec2

Please sign in to comment.