diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 9e0665a..e2aef74 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([init-scripts], [2], [david.oberhollenzer@tele2.at], init-scripts) +AC_INIT([init-scripts], [2], [goliath@infraroot.at], init-scripts) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) AM_SILENT_RULES([yes]) |