aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-03-14 17:18:34 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2019-03-14 17:18:34 +0100
commit5b106abaed0559aa73c78becca5e08ab0d00e85e (patch)
treef9d9279f06133a41b71214e989a62ee38e0c4306
parent4ee949c1caa193f1351e654fb6509a1c1e4318bf (diff)
Update e-mail address
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
-rw-r--r--LICENSE2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 77dfedb..8ff2ab8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2018 David Oberhollenzer <david.oberhollenzer@tele2.at>
+Copyright (c) 2018 David Oberhollenzer <goliath@infraroot.at>
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/configure.ac b/configure.ac
index 2b60442..88c0f4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.60])
m4_define([RELEASE], 0.9)
-AC_INIT([init], [RELEASE], [david.oberhollenzer@tele2.at], init)
+AC_INIT([init], [RELEASE], [goliath@infraroot.at], init)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])
AM_SILENT_RULES([yes])