aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:49:03 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-28 04:49:03 +0200
commitaf141191656f06cfd8bca793efc37ba5c32f7793 (patch)
tree93c9ccc09b8de3ca052d1a50fa5678ae8cfffd9a /src
parentcc47064379112eb8486de7789a522c5109a4ba3d (diff)
downloadlogdiag-af141191656f06cfd8bca793efc37ba5c32f7793.tar.gz
logdiag-af141191656f06cfd8bca793efc37ba5c32f7793.tar.xz
logdiag-af141191656f06cfd8bca793efc37ba5c32f7793.zip
Name change
Also some copyright years fix-ups/updates.
Diffstat (limited to 'src')
-rw-r--r--src/ld-window-main.c4
-rw-r--r--src/ld-window-main.h2
-rw-r--r--src/logdiag.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/ld-window-main.c b/src/ld-window-main.c
index 7935096..caad72a 100644
--- a/src/ld-window-main.c
+++ b/src/ld-window-main.c
@@ -2,7 +2,7 @@
* ld-window-main.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012, 2015 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
@@ -975,7 +975,7 @@ on_action_about (GtkAction *action, LdWindowMain *self)
"logo-icon-name", PROJECT_NAME,
"version", PROJECT_VERSION,
"translator-credits", _("translator-credits"),
- "copyright", "Copyright Přemysl Janouch 2010 - 2018",
+ "copyright", "Copyright 2010 - 2018 Přemysl Eric Janouch",
"website", PROJECT_URL,
NULL);
}
diff --git a/src/ld-window-main.h b/src/ld-window-main.h
index 1045be0..6e3ca32 100644
--- a/src/ld-window-main.h
+++ b/src/ld-window-main.h
@@ -2,7 +2,7 @@
* ld-window-main.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010
+ * Copyright 2010 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/src/logdiag.c b/src/logdiag.c
index dc57443..dd6efed 100644
--- a/src/logdiag.c
+++ b/src/logdiag.c
@@ -2,7 +2,7 @@
* logdiag.c -- logdiag main source file.
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011
+ * Copyright 2010, 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*