Skip to content

Commit 0424dfc

Browse files
authored
Merge pull request ibmruntimes#362 from keithc-ca/copyright
Back-port changes to .copyrightignore from the head stream
2 parents 3aa44b9 + 52b5f84 commit 0424dfc

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

.copyrightignore

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2018, 2019 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2018, 2024 All Rights Reserved
33
# ===========================================================================
44
#
55
# This code is free software; you can redistribute it and/or modify it
66
# under the terms of the GNU General Public License version 2 only, as
77
# published by the Free Software Foundation.
88
#
9-
# IBM designates this particular file as subject to the "Classpath" exception
9+
# IBM designates this particular file as subject to the "Classpath" exception
1010
# as provided by IBM in the LICENSE file that accompanied this code.
1111
#
1212
# This code is distributed in the hope that it will be useful, but WITHOUT
@@ -20,30 +20,32 @@
2020
#
2121
# ===========================================================================
2222
#
23-
# THE FOLLOWING ARE EXAMPLES OF SYNTAXES copyrightCheck SUPPORTS:
24-
# 1.**/jobs/** # path contains "jobs" folder, but not root directory
25-
# 2./doc#root root level directory and file named "doc"
26-
# 3./debugtools/**/*.ignore # all .ignore file in the root directory debugtools
27-
# 4./*.ignore #all root directory .ignore files
28-
# 5.**/jobs/pipelines/ #pipeline folder follows closely with jobs not in root directory
29-
# 6.*.ignore #all ignore files only
30-
# 7.**/jobs/**/pipelines/ #directory path contains both jobs and pipelines not root directory
31-
# 8.*job* #all things at contains characters in between stars
23+
# THE FOLLOWING ARE EXAMPLES OF SYNTAXES copyrightCheck SUPPORTS:
24+
# 1. **/jobs/** # path contains "jobs" folder, but not root directory
25+
# 2. /doc # root level directory and file named "doc"
26+
# 3. /debugtools/**/*.ignore # all .ignore files in the root directory debugtools
27+
# 4. /*.ignore # all root directory .ignore files
28+
# 5. **/jobs/pipelines/ # pipeline folder follows closely with jobs not in root directory
29+
# 6. *.ignore # all ignore files only
30+
# 7. **/jobs/**/pipelines/ # directory path contains both jobs and pipelines not root directory
31+
# 8. *job* # all things at contains characters in between stars
3232
# ===========================================================================
3333

34-
src/bsd/doc
35-
src/jdk.crypto.ec/share/native/libsunec/impl
36-
src/linux/doc
37-
src/solaris/doc
38-
/test
34+
/src/bsd/doc/
35+
/src/jdk.crypto.ec/share/native/libsunec/impl/
36+
/src/linux/doc/
37+
/src/solaris/doc/
38+
/test/
3939

40+
.copyrightignore
41+
/LICENSE
42+
43+
*.bmp
4044
*.gif
45+
*.ico
46+
*.icu
4147
*.ini
42-
.copyrightignore
4348
*.jpg
44-
*.ico
45-
*.bmp
46-
*.wav
4749
*.md
48-
*.icu
4950
*.project
51+
*.wav

0 commit comments

Comments
 (0)