1
1
 
# Copyright by The HDF Group.
2
2
 
# Copyright by the Board of Trustees of the University of Illinois.
3
3
 
# All rights reserved.
4
4
 
#
5
5
 
# This file is part of HDF5.  The full HDF5 copyright notice, including
6
6
 
# terms governing use, modification, and redistribution, is contained in
7
 
-
# the files COPYING and Copyright.html.  COPYING can be found at the root
8
 
-
# of the source code distribution tree; Copyright.html can be found at the
9
 
-
# root level of an installed copy of the electronic HDF5 document set and
10
 
-
# is linked from the top-level documents page.  It can also be found at
11
 
-
# http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have
12
 
-
# access to either file, you may request a copy from help@hdfgroup.org.
 
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.
13
11
 
14
12
 
# Initialization files for the Copyright Checker, chkcopyright.
15
13
 
# Each line is a keyword for action and the rest are values.
16
14
 
# Keywords:
17
15
 
# '#'       Comments
18
16
 
# skip      Files to be skipped
19
17
 
# prune     Directories to be skipped.  Notice this prunes all directories
20
18
 
#       with the same name.  E.g.,
21
19
 
#       "prune test" skips test, fortran/test, c++/test, ...
22
20