summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-04 23:20:40 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-04 23:20:40 +0200
commitd12f1fc03261e13ad8179594f299e4740ecace0d (patch)
treefc5f945579a085f1f8392665df52e3f90fcbec8b /configure.ac
parentff6a08bb402dc375717d0bbf1ad8ab5377e250d8 (diff)
parent7869df43d6fd88ece4de7d0672e4e590767cf1fe (diff)
Merge tag 'upstream/1.0'
Upstream version 1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
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])