-
Notifications
You must be signed in to change notification settings - Fork 112
/
.copyrightignore
53 lines (50 loc) · 2.02 KB
/
.copyrightignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# ===========================================================================
# (c) Copyright IBM Corp. 2018, 2024 All Rights Reserved
# ===========================================================================
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.
#
# IBM designates this particular file as subject to the "Classpath" exception
# as provided by IBM in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, see <http://www.gnu.org/licenses/>.
#
# ===========================================================================
#
# THE FOLLOWING ARE EXAMPLES OF SYNTAXES copyrightCheck SUPPORTS:
# 1. **/jobs/** # path contains "jobs" folder, but not root directory
# 2. /doc # root level directory and file named "doc"
# 3. /debugtools/**/*.ignore # all .ignore files in the root directory debugtools
# 4. /*.ignore # all root directory .ignore files
# 5. **/jobs/pipelines/ # pipeline folder follows closely with jobs not in root directory
# 6. *.ignore # all ignore files only
# 7. **/jobs/**/pipelines/ # directory path contains both jobs and pipelines not root directory
# 8. *job* # all things at contains characters in between stars
# ===========================================================================
/src/bsd/doc/
/src/hotspot/share/jfr/metadata/metadata.xml
/src/hotspot/share/jfr/metadata/metadata.xsd
/src/jdk.crypto.ec/share/native/libsunec/impl/
/src/linux/doc/
/src/solaris/doc/
/test/
.copyrightignore
/LICENSE
*.bmp
*.gif
*.ico
*.icu
*.ini
*.jpg
*.md
*.project
*.wav