summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-02-20 20:31:14 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-02-20 20:31:14 (GMT)
commit55ebd053d491caa685a110ba9da7ae36db108654 (patch)
treeffd7f499eff878826c9198ff096cbda8a49bbadb /configure.in
parentd08fabd66d4625bf387bb2edc9c19432332aed16 (diff)
downloadhdf5-55ebd053d491caa685a110ba9da7ae36db108654.zip
hdf5-55ebd053d491caa685a110ba9da7ae36db108654.tar.gz
hdf5-55ebd053d491caa685a110ba9da7ae36db108654.tar.bz2
[svn-r13355] Updated copyright notice to THG version.
Changed support email address to help@hdfgroup.org. Tested: Just visual verification since they are
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 1bfb08b..ae39c27 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,6 @@
dnl Process this file with autoconf to produce configure.
dnl
+dnl Copyright by The HDF Group.
dnl Copyright by the Board of Trustees of the University of Illinois.
dnl All rights reserved.
dnl
@@ -9,8 +10,8 @@ dnl the files COPYING and Copyright.html. COPYING can be found at the root
dnl of the source code distribution tree; Copyright.html can be found at the
dnl root level of an installed copy of the electronic HDF5 document set and
dnl is linked from the top-level documents page. It can also be found at
-dnl http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
-dnl access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
+dnl http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
+dnl access to either file, you may request a copy from help@hdfgroup.org.
dnl ----------------------------------------------------------------------
dnl Initialize configure.
@@ -25,7 +26,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
-AC_INIT([HDF5], [1.8.0-alpha6snap2], [hdfhelp@ncsa.uiuc.edu])
+AC_INIT([HDF5], [1.8.0-alpha6snap2], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])