Source
1
+
# Copyright by The HDF Group.
2
+
# Copyright by the Board of Trustees of the University of Illinois.
3
+
# All rights reserved.
4
+
#
5
+
# This file is part of HDF5. The full HDF5 copyright notice, including
6
+
# terms governing use, modification, and redistribution, is contained in
7
+
# the COPYING file, which can be found at the root of the source code
8
+
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
9
+
# If you do not have access to either file, you may request a copy from
10
+
# help@hdfgroup.org.
11
+
12
+
# Initialization files for the Copyright Checker, chkcopyright.
13
+
# Each line is a keyword for action and the rest are values.
14
+
# Keywords:
15
+
# '#' Comments
16
+
# skip Files to be skipped
17
+
# prune Directories to be skipped. Notice this prunes all directories
18
+
# with the same name. E.g.,
19
+
# "prune test" skips test, fortran/test, c++/test, ...
20
+
21
+
# Skip COPYING since it is the detail Copyright notice.
22
+
skip COPYING
23
+
24
+
# Sort of strange to have a copyright notice in README
25
+
skip README
26
+
27
+
# Non-UI copyrighted files in top-level
28
+
skip aclocal.m4
29
+
30
+
# Non-UI copyrighted files in bin.
31
+
skip config.guess
32
+
skip config.sub
33
+
skip depcomp
34
+
skip install-sh
35
+
skip ltmain.sh
36
+
skip missing
37
+
skip mkinstalldirs
38
+
39
+
# Generated files in top-level
40
+
skip configure
41
+
42
+
# Generated files in src.
43
+
skip H5config.h.in
44
+
45
+
# Generated files in fortran/src.
46
+
skip H5match_types.c
47
+
skip H5test_kind.f90
48
+
49
+
# Ignore this expected output file in windows/examples.
50
+
skip testExamples_exp_output.txt
51
+
52
+
# Skip all testfiles/* since if we insert a copyright notice in the expected
53
+
# data files, we would have to spend extra effort to filter them out.
54
+
prune testfiles