Name change

Also some copyright years fix-ups/updates.
This commit is contained in:
2020-09-28 04:49:03 +02:00
parent cc47064379
commit af14119165
52 changed files with 60 additions and 60 deletions

View File

@@ -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);
}

View File

@@ -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.
*

View File

@@ -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.
*