From 8ae12f7ee9a2db97129b7c29a002d38d7a695c81 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 16 Oct 2015 18:10:46 +0200 Subject: [PATCH] configure.ac - copyright notice added - set version to 1.99.15rc1 --- configure.ac | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 16e114d..ae7f99a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,12 @@ -AC_INIT([H5hut], [1.99.15], [h5part@lists.psi.ch], H5hut) +# +# Copyright (c) 2006-2015, The Regents of the University of California, +# through Lawrence Berkeley National Laboratory (subject to receipt of any +# required approvals from the U.S. Dept. of Energy) and the Paul Scherrer +# Institut (Switzerland). All rights reserved. +# +# License: see file COPYING in top level of source distribution. +# +AC_INIT([H5hut], [1.99.15rc1], [h5part@lists.psi.ch], H5hut) AC_PREREQ(2.60) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4])