diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index e204cc5..9b9f802 100644 --- a/configure.ac +++ b/configure.ac @@ -1,15 +1,15 @@ # # configure.ac # -# Copyright (c) 2009-2013 EPIPE Communications. All rights reserved. +# Copyright (c) 2009-2016 Janne Snabb. All rights reserved. # -# This software is licensed under the terms and conditions of the FreeBSD -# License which is also known as the Simplified BSD License. You should have -# received a copy of that license along with this software. +# This software is licensed under the terms and conditions of the +# Simplified BSD License. You should have received a copy of that +# license along with this software. # AC_PREREQ(2.65) -AC_INIT([downtimed],[0.6],[opensource@epipe.com],[],[http://dist.epipe.com/downtimed/]) +AC_INIT([downtimed],[1.0],[],[],[https://dist.epipe.com/downtimed/]) AC_CONFIG_SRCDIR([downtimed.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR([build-aux]) |