From 479a390effbf0b122b5c28a9c3c42d3e8d384898 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 8 Apr 2024 16:57:22 +0200 Subject: [PATCH] Update the non existing contact email --- AUTHORS | 2 +- ChangeLog | 6 +++++- configure | 10 +++++----- configure.ac | 2 +- slack-timedate.c | 2 +- slack-timedate.h | 2 +- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index e74f482..39578a9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1 @@ -Eugene Wissner +Eugen Wissner diff --git a/ChangeLog b/ChangeLog index c3a6457..a60d8ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ +2024-04-07 Eugen Wissner + + * Added PolicyKit configuration + ==================== 1.1 ==================== -2012-01-22 Eugene Wissner +2012-01-22 Eugen Wissner * Added autotools scripts diff --git a/configure b/configure index 2fb907f..d338086 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.72 for slack-timedate 1.1. # -# Report bugs to . +# Report bugs to . # # # Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, @@ -269,7 +269,7 @@ then : printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." else - printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and belka.ew@gmail.com + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and belka@caraus.de $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do @@ -605,7 +605,7 @@ PACKAGE_NAME='slack-timedate' PACKAGE_TARNAME='slack-timedate' PACKAGE_VERSION='1.1' PACKAGE_STRING='slack-timedate 1.1' -PACKAGE_BUGREPORT='belka.ew@gmail.com' +PACKAGE_BUGREPORT='belka@caraus.de' PACKAGE_URL='' ac_unique_file="slack-timedate.h" @@ -1388,7 +1388,7 @@ Some influential environment variables: Use these variables to override the choices made by 'configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF ac_status=$? fi @@ -5273,7 +5273,7 @@ $config_files Configuration commands: $config_commands -Report bugs to ." +Report bugs to ." _ACEOF ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` diff --git a/configure.ac b/configure.ac index 0ed4612..d890bd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([slack-timedate], [1.1], [belka.ew@gmail.com]) +AC_INIT([slack-timedate], [1.1], [belka@caraus.de]) AC_CONFIG_SRCDIR([slack-timedate.h]) AC_CONFIG_FILES([Makefile]) diff --git a/slack-timedate.c b/slack-timedate.c index 40f7658..de8e344 100644 --- a/slack-timedate.c +++ b/slack-timedate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Eugene Wissner + * Copyright (C) 2013-2024 Eugen Wissner * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/slack-timedate.h b/slack-timedate.h index d46856b..c990013 100644 --- a/slack-timedate.h +++ b/slack-timedate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Eugene Wissner + * Copyright (C) 2013-2024 Eugen Wissner * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by