From 47773f927fba475cd4b8eacda7b704409cb00012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Gr=C3=A4fe?= Date: Fri, 3 Jun 2022 09:09:09 +0200 Subject: [PATCH] Update copyright info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Konrad Gräfe --- AUTHORS.md | 4 ++-- configure.ac.in | 4 ++-- share/appdata/pidgin-znc-helper.metainfo.xml.in | 2 +- src/internal.h | 2 +- src/znchelper.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 870ae77..43622cc 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,14 +1,14 @@ # Pidgin ZNC Helper Authors ## Developers -- Konrad Gräfe +- Konrad Gräfe ## Patch writers - Patrick Thomas ## Translators ### German (de) -- Konrad Gräfe , 2019 +- Konrad Gräfe , 2019 - Mario Siegmann , 2016 ### Lithuanian (lt) diff --git a/configure.ac.in b/configure.ac.in index 6d18ff1..cb2634d 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(pidgin-znc-helper, @@VERSION@@, konradgraefe@aol.com) +AC_INIT(pidgin-znc-helper, @@VERSION@@, kgraefe@paktolos.net) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/znchelper.c]) AC_CONFIG_HEADER([config.h]) @@ -14,7 +14,7 @@ AC_DEFINE_UNQUOTED(PLUGIN_VERSION, ["@@VERSION@@"], [Define the plugin version]) AC_DEFINE_UNQUOTED(PLUGIN_WEBSITE, ["https://github.com/kgraefe/pidgin-znc-helper"], [Define the plugin website]) AC_DEFINE_UNQUOTED(PLUGIN_ID, ["gtk-freakazoid-znchelper"], [Define the plugin ID]) AC_DEFINE_UNQUOTED(PLUGIN_STATIC_NAME, ["znc-helper"], [Define the plugin name]) -AC_DEFINE_UNQUOTED(PLUGIN_AUTHOR, ["Konrad Gräfe "], [Define the plugin author]) +AC_DEFINE_UNQUOTED(PLUGIN_AUTHOR, ["Konrad Gräfe "], [Define the plugin author]) # Checks for programs. AC_PROG_CC diff --git a/share/appdata/pidgin-znc-helper.metainfo.xml.in b/share/appdata/pidgin-znc-helper.metainfo.xml.in index 89ad2ac..e865827 100644 --- a/share/appdata/pidgin-znc-helper.metainfo.xml.in +++ b/share/appdata/pidgin-znc-helper.metainfo.xml.in @@ -6,7 +6,7 @@ GPL-2.0 ZNC Helper - konradgraefe@aol.com + kgraefe@paktolos.net <_summary>Pidgin ZNC Helper diff --git a/src/internal.h b/src/internal.h index dc314fc..fbbd994 100644 --- a/src/internal.h +++ b/src/internal.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Konrad Gräfe +/* Copyright (C) 2009-2022 Konrad Gräfe * * This software may be modified and distributed under the terms * of the GPLv2 license. See the COPYING file for details. diff --git a/src/znchelper.c b/src/znchelper.c index 9adb4e6..9ccd779 100644 --- a/src/znchelper.c +++ b/src/znchelper.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2019 Konrad Gräfe +/* Copyright (C) 2009-2022 Konrad Gräfe * * This software may be modified and distributed under the terms * of the GPLv2 license. See the COPYING file for details.