Skip to content

Commit

Permalink
Merge pull request #757 from keithc-ca/copyright
Browse files Browse the repository at this point in the history
Correct paths in .copyrightignore
  • Loading branch information
pshipton committed Jun 28, 2024
2 parents 667e0c4 + 9370ec2 commit 6bfd83e
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 6bfd83e

Please sign in to comment.