|
1 | 1 | # ===========================================================================
|
2 |
| -# (c) Copyright IBM Corp. 2018, 2019 All Rights Reserved |
| 2 | +# (c) Copyright IBM Corp. 2018, 2024 All Rights Reserved |
3 | 3 | # ===========================================================================
|
4 | 4 | #
|
5 | 5 | # This code is free software; you can redistribute it and/or modify it
|
6 | 6 | # under the terms of the GNU General Public License version 2 only, as
|
7 | 7 | # published by the Free Software Foundation.
|
8 | 8 | #
|
9 |
| -# IBM designates this particular file as subject to the "Classpath" exception |
| 9 | +# IBM designates this particular file as subject to the "Classpath" exception |
10 | 10 | # as provided by IBM in the LICENSE file that accompanied this code.
|
11 | 11 | #
|
12 | 12 | # This code is distributed in the hope that it will be useful, but WITHOUT
|
|
20 | 20 | #
|
21 | 21 | # ===========================================================================
|
22 | 22 | #
|
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 |
32 | 32 | # ===========================================================================
|
33 | 33 |
|
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/ |
39 | 39 |
|
| 40 | +.copyrightignore |
| 41 | +/LICENSE |
| 42 | + |
| 43 | +*.bmp |
40 | 44 | *.gif
|
| 45 | +*.ico |
| 46 | +*.icu |
41 | 47 | *.ini
|
42 |
| -.copyrightignore |
43 | 48 | *.jpg
|
44 |
| -*.ico |
45 |
| -*.bmp |
46 |
| -*.wav |
47 | 49 | *.md
|
48 |
| -*.icu |
49 | 50 | *.project
|
| 51 | +*.wav |
0 commit comments