summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <blip@mockmoon-cybernetics.ch>2021-01-26 17:05:05 +0100
committerDominic Radermacher <blip@mockmoon-cybernetics.ch>2021-01-26 17:05:05 +0100
commitadf01d4f636f1d58be461570869134c404bcdcb7 (patch)
tree51ba996232c9aec7f12f1c0964ad8236999a8e1c
parent96c1d5c6b957740e006af9f62602ef9dbf830187 (diff)
update author email
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac4
-rw-r--r--include/ptouch.h2
-rw-r--r--po/de.po6
-rw-r--r--po/en.po6
-rw-r--r--src/libptouch.c2
-rw-r--r--src/ptouch-print.c2
7 files changed, 12 insertions, 12 deletions
diff --git a/AUTHORS b/AUTHORS
index a0f03b2..ea1e03e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
-ptouch-print written by Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ptouch-print written by Dominic Radermacher <dominic@familie-radermacher.ch>
diff --git a/configure.ac b/configure.ac
index d306474..ddc2f3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
#
# ptouch-print - Print labels with images or text on a Brother P-Touch
#
-# Copyright (C) 2015 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+# Copyright (C) 2015-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3 as
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([ptouch], [m4_esyscmd_s([build-aux/git-version-gen])], [blip@mockmoon-cybernetics.ch])
+AC_INIT([ptouch], [m4_esyscmd_s([build-aux/git-version-gen])], [dominic@familie-radermacher.ch])
AC_CONFIG_SRCDIR([src/libptouch.c])
AC_CONFIG_HEADERS([config.h])
diff --git a/include/ptouch.h b/include/ptouch.h
index 2630994..f32f358 100644
--- a/include/ptouch.h
+++ b/include/ptouch.h
@@ -1,7 +1,7 @@
/*
ptouch-print - Print labels with images or text on a Brother P-Touch
- Copyright (C) 2015-2019 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2015-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as
diff --git a/po/de.po b/po/de.po
index 747a16d..90e0b6e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2,15 +2,15 @@
# German translation for ptouch-print.
# Copyright (C) 2015 Free Software Foundation, Inc.
# This file is distributed under the same license as the ptouch-print package.
-# <dominic.radermacher@gmail.com>, 2015.
+# <dominic@familie-radermacher.ch>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: ptouch-print 1.3.1\n"
-"Report-Msgid-Bugs-To: blip@mockmoon-cybernetics.ch\n"
+"Report-Msgid-Bugs-To: dominic@familie-radermacher.ch\n"
"POT-Creation-Date: 2015-12-29 14:22+0100\n"
"PO-Revision-Date: 2015-11-11 09:35+0100\n"
-"Last-Translator: <dominic.radermacher@gmail.com>\n"
+"Last-Translator: <dominic@familie-radermacher.ch>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
diff --git a/po/en.po b/po/en.po
index 773748c..c7793c5 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1,15 +1,15 @@
# English translations for ptouch-print package.
# Copyright (C) 2015 Free Software Foundation, Inc.
# This file is distributed under the same license as the ptouch-print package.
-# <dominic.radermacher@gmail.com>, 2015.
+# <dominic@familie-radermacher.ch>, 2015.
#
msgid ""
msgstr ""
"Project-Id-Version: ptouch-print 1.3.1\n"
-"Report-Msgid-Bugs-To: blip@mockmoon-cybernetics.ch\n"
+"Report-Msgid-Bugs-To: dominic@familie-radermacher.ch\n"
"POT-Creation-Date: 2015-12-29 14:22+0100\n"
"PO-Revision-Date: 2015-11-11 09:47+0100\n"
-"Last-Translator: <dominic.radermacher@gmail.com>\n"
+"Last-Translator: <dominic@familie-radermacher.ch>\n"
"Language-Team: English <en@translate.freefriends.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
diff --git a/src/libptouch.c b/src/libptouch.c
index e5a74b1..ef1a7a5 100644
--- a/src/libptouch.c
+++ b/src/libptouch.c
@@ -1,7 +1,7 @@
/*
libptouch - functions to help accessing a brother ptouch
- Copyright (C) 2013-2020 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2013-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as
diff --git a/src/ptouch-print.c b/src/ptouch-print.c
index d45b938..71b6eca 100644
--- a/src/ptouch-print.c
+++ b/src/ptouch-print.c
@@ -1,7 +1,7 @@
/*
ptouch-print - Print labels with images or text on a Brother P-Touch
- Copyright (C) 2015-2019 Dominic Radermacher <blip@mockmoon-cybernetics.ch>
+ Copyright (C) 2015-2021 Dominic Radermacher <dominic@familie-radermacher.ch>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as