Source
1
1
# Initialization files for the Copyright Checker, chkcopyright.
2
2
# Each line is a keyword for action and the rest are values.
3
3
# Keywords:
4
4
# '#' Comments
5
5
# skip Files to be skipped
6
6
# prune Directories to be skipped. Notice this prunes all directories
7
7
# with the same name. E.g.,
8
8
# "prune test" skips test, fortran/test, c++/test, ...
9
9
10
+
# Non-UI copyrighted files in top-level
11
+
skip aclocal.m4
12
+
13
+
# Non-UI copyrighted files in bin.
14
+
skip config.guess
15
+
skip config.sub
16
+
skip depcomp
17
+
skip install-sh
18
+
skip ltmain.sh
19
+
skip missing
20
+
skip mkinstalldirs
21
+
10
22
# Generated files in fortran/src.
11
23
skip H5match_types.c
12
24
skip H5test_kind.f90
13
25
14
26
# Skip all windows directories.
15
27
prune windows
16
28
17
29
# Skip all testfiles/* since if we insert a copyright notice in the expected
18
30
# data files, we would have to spend extra effort to filter them out.
19
31
prune testfiles