diff --git a/LICENSE b/LICENSE index 77dfedb..8ff2ab8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018 David Oberhollenzer +Copyright (c) 2018 David Oberhollenzer 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 1d9c210..62e94cf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([gcron], [0.1], [david.oberhollenzer@tele2.at], gcron) +AC_INIT([gcron], [0.1], [goliath@infraroot.at], gcron) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz]) AM_SILENT_RULES([yes])