forked from ibmruntimes/openj9-openjdk-jdk11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copyrightignore
50 lines (48 loc) · 1.92 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
# ===========================================================================
# (c) Copyright IBM Corp. 2018, 2018 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 root level directory and file named "doc"
# 3./debugtools/**/*.ignore # all .ignore file 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/jdk.crypto.ec/share/native/libsunec/impl
src/linux/doc
src/solaris/doc
/test
*.gif
*.ini
.copyrightignore
*.jpg
*.ico
*.bmp
*.wav
/*LICENSE
/*README
*.md
*.icu