1
1
 
# Top-level distributed Makefile                   -*- makefile -*-
2
2
 
 
3
+
# Copyright by The HDF Group.
3
4
 
# Copyright by the Board of Trustees of the University of Illinois.
4
5
 
# All rights reserved.
5
6
 
#
6
7
 
# This file is part of HDF5.  The full HDF5 copyright notice, including
7
8
 
# terms governing use, modification, and redistribution, is contained in
8
9
 
# the files COPYING and Copyright.html.  COPYING can be found at the root
9
10
 
# of the source code distribution tree; Copyright.html can be found at the
10
11
 
# root level of an installed copy of the electronic HDF5 document set and
11
12
 
# is linked from the top-level documents page.  It can also be found at
12
 
-
# http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html.  If you do not have
13
 
-
# access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
 
13
+
# http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have
 
14
+
# access to either file, you may request a copy from help@hdfgroup.org.
14
15
 
15
16
 
# This Makefile is a stub (copied from Makefile.dist) which will run
16
17
 
# configure and then invoke the same target in the new Makefile created
17
18
 
# by configure.
18
19
 
19
20
 
# Uncomment this variable if your make(1) doesn't set it automatically.
20
21
 
#
21
22
 
#MAKE=make
22
23
 
23
24