From af141191656f06cfd8bca793efc37ba5c32f7793 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Mon, 28 Sep 2020 04:49:03 +0200 Subject: Name change Also some copyright years fix-ups/updates. --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- cmake/FindCppCheck.cmake | 2 +- cmake/FindGettext.cmake | 2 +- cmake/FindLibIntl.cmake | 2 +- cmake/ProcessArguments.cmake | 2 +- docs/user-guide/user-guide-cs.asciidoc | 2 +- docs/user-guide/user-guide-en.asciidoc | 2 +- liblogdiag/ld-category-symbol-view.c | 2 +- liblogdiag/ld-category-symbol-view.h | 2 +- liblogdiag/ld-category-tree-view.c | 2 +- liblogdiag/ld-category-tree-view.h | 2 +- liblogdiag/ld-category-view.c | 2 +- liblogdiag/ld-category-view.h | 2 +- liblogdiag/ld-category.c | 2 +- liblogdiag/ld-category.h | 2 +- liblogdiag/ld-diagram-connection.c | 2 +- liblogdiag/ld-diagram-connection.h | 2 +- liblogdiag/ld-diagram-object.c | 2 +- liblogdiag/ld-diagram-object.h | 2 +- liblogdiag/ld-diagram-symbol.c | 2 +- liblogdiag/ld-diagram-symbol.h | 2 +- liblogdiag/ld-diagram-view.c | 2 +- liblogdiag/ld-diagram-view.h | 2 +- liblogdiag/ld-diagram.c | 2 +- liblogdiag/ld-diagram.h | 2 +- liblogdiag/ld-library.c | 2 +- liblogdiag/ld-library.h | 2 +- liblogdiag/ld-lua-private.h | 2 +- liblogdiag/ld-lua-symbol-private.h | 2 +- liblogdiag/ld-lua-symbol.c | 2 +- liblogdiag/ld-lua-symbol.h | 2 +- liblogdiag/ld-lua.c | 2 +- liblogdiag/ld-lua.h | 2 +- liblogdiag/ld-symbol.c | 2 +- liblogdiag/ld-symbol.h | 2 +- liblogdiag/ld-types.c | 2 +- liblogdiag/ld-types.h | 2 +- liblogdiag/ld-undo-action.c | 2 +- liblogdiag/ld-undo-action.h | 2 +- liblogdiag/liblogdiag.h | 2 +- po/cs.po | 8 ++++---- po/de.po | 4 ++-- po/logdiag.pot | 2 +- po/make-template.sh | 2 +- po/pl.po | 4 ++-- po/sk.po | 4 ++-- src/ld-window-main.c | 4 ++-- src/ld-window-main.h | 2 +- src/logdiag.c | 2 +- tests/diagram.c | 2 +- tests/point-array.c | 2 +- 52 files changed, 60 insertions(+), 60 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64f7269..b0744d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -393,8 +393,8 @@ install (DIRECTORY share/gui share/library # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Schematic editor") -set (CPACK_PACKAGE_VENDOR "Premysl Janouch") -set (CPACK_PACKAGE_CONTACT "Přemysl Janouch
") +set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") +set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch
") set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR}) set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR}) diff --git a/LICENSE b/LICENSE index 43edb6e..b0fc13c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010 - 2018, Přemysl Janouch
+Copyright (c) 2010 - 2018, Přemysl Eric Janouch
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
diff --git a/cmake/FindCppCheck.cmake b/cmake/FindCppCheck.cmake
index 68cd2f1..95774c7 100644
--- a/cmake/FindCppCheck.cmake
+++ b/cmake/FindCppCheck.cmake
@@ -44,7 +44,7 @@
#=============================================================================
# Copyright 2011 Johannes Wienke
+# Copyright 2012 Přemysl Eric Janouch
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/cmake/FindGettext.cmake b/cmake/FindGettext.cmake
index d2e3c95..5b66acb 100644
--- a/cmake/FindGettext.cmake
+++ b/cmake/FindGettext.cmake
@@ -14,7 +14,7 @@
#=============================================================================
# Copyright 2007-2009 Kitware, Inc.
-# Copyright 2010-2011 Přemysl Janouch
+# Copyright 2010-2011 Přemysl Eric Janouch
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
diff --git a/cmake/FindLibIntl.cmake b/cmake/FindLibIntl.cmake
index 49fee79..5e71c49 100644
--- a/cmake/FindLibIntl.cmake
+++ b/cmake/FindLibIntl.cmake
@@ -5,7 +5,7 @@
# LIBINTL_LIBRARIES
#=============================================================================
-# Copyright Přemysl Janouch 2011
+# Copyright 2011 Přemysl Eric Janouch
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/cmake/ProcessArguments.cmake b/cmake/ProcessArguments.cmake
index 1fafe26..ddeae8d 100644
--- a/cmake/ProcessArguments.cmake
+++ b/cmake/ProcessArguments.cmake
@@ -22,7 +22,7 @@
#
#=============================================================================
-# Copyright Přemysl Janouch 2010
+# Copyright 2010 Přemysl Eric Janouch
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/docs/user-guide/user-guide-cs.asciidoc b/docs/user-guide/user-guide-cs.asciidoc
index a3b5cfe..acb50f5 100644
--- a/docs/user-guide/user-guide-cs.asciidoc
+++ b/docs/user-guide/user-guide-cs.asciidoc
@@ -4,7 +4,7 @@
logdiag: Průvodce uživatele
===========================
-Přemysl Janouch
+Přemysl Eric Janouch
v0.2.0, 2018-06-27
:toc: left
:toc-title: Obsah
diff --git a/docs/user-guide/user-guide-en.asciidoc b/docs/user-guide/user-guide-en.asciidoc
index 65dad48..8f7a51c 100644
--- a/docs/user-guide/user-guide-en.asciidoc
+++ b/docs/user-guide/user-guide-en.asciidoc
@@ -4,7 +4,7 @@
logdiag: User Guide
===================
-Přemysl Janouch
+Přemysl Eric Janouch
v0.2.0, 2018-06-27
:toc: left
:sectnums:
diff --git a/liblogdiag/ld-category-symbol-view.c b/liblogdiag/ld-category-symbol-view.c
index 67dde59..e4f7e81 100644
--- a/liblogdiag/ld-category-symbol-view.c
+++ b/liblogdiag/ld-category-symbol-view.c
@@ -2,7 +2,7 @@
* ld-category-symbol-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012, 2015 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-symbol-view.h b/liblogdiag/ld-category-symbol-view.h
index 1b87912..ca014c7 100644
--- a/liblogdiag/ld-category-symbol-view.h
+++ b/liblogdiag/ld-category-symbol-view.h
@@ -2,7 +2,7 @@
* ld-category-symbol-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-tree-view.c b/liblogdiag/ld-category-tree-view.c
index ea17d53..1a047d5 100644
--- a/liblogdiag/ld-category-tree-view.c
+++ b/liblogdiag/ld-category-tree-view.c
@@ -2,7 +2,7 @@
* ld-category-tree-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011, 2012
+ * Copyright 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-tree-view.h b/liblogdiag/ld-category-tree-view.h
index ba78b71..ae51ee4 100644
--- a/liblogdiag/ld-category-tree-view.h
+++ b/liblogdiag/ld-category-tree-view.h
@@ -2,7 +2,7 @@
* ld-category-tree-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011, 2012
+ * Copyright 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-view.c b/liblogdiag/ld-category-view.c
index 95bac77..2b3c155 100644
--- a/liblogdiag/ld-category-view.c
+++ b/liblogdiag/ld-category-view.c
@@ -2,7 +2,7 @@
* ld-category-view.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category-view.h b/liblogdiag/ld-category-view.h
index 832479d..17e5189 100644
--- a/liblogdiag/ld-category-view.h
+++ b/liblogdiag/ld-category-view.h
@@ -2,7 +2,7 @@
* ld-category-view.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2012
+ * Copyright 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category.c b/liblogdiag/ld-category.c
index 622eddc..b3c85ef 100644
--- a/liblogdiag/ld-category.c
+++ b/liblogdiag/ld-category.c
@@ -2,7 +2,7 @@
* ld-category.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-category.h b/liblogdiag/ld-category.h
index 88cff01..2ce609c 100644
--- a/liblogdiag/ld-category.h
+++ b/liblogdiag/ld-category.h
@@ -2,7 +2,7 @@
* ld-category.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2012
+ * Copyright 2010, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-connection.c b/liblogdiag/ld-diagram-connection.c
index c3f6995..f56717c 100644
--- a/liblogdiag/ld-diagram-connection.c
+++ b/liblogdiag/ld-diagram-connection.c
@@ -2,7 +2,7 @@
* ld-diagram-connection.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-connection.h b/liblogdiag/ld-diagram-connection.h
index 666e9fa..e33fee9 100644
--- a/liblogdiag/ld-diagram-connection.h
+++ b/liblogdiag/ld-diagram-connection.h
@@ -2,7 +2,7 @@
* ld-diagram-connection.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram-object.c b/liblogdiag/ld-diagram-object.c
index 5820f61..d457cba 100644
--- a/liblogdiag/ld-diagram-object.c
+++ b/liblogdiag/ld-diagram-object.c
@@ -2,7 +2,7 @@
* ld-diagram-object.c
*
* 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.
*
diff --git a/liblogdiag/ld-diagram-object.h b/liblogdiag/ld-diagram-object.h
index 42dd6b5..a853567 100644
--- a/liblogdiag/ld-diagram-object.h
+++ b/liblogdiag/ld-diagram-object.h
@@ -2,7 +2,7 @@
* ld-diagram-object.h
*
* 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.
*
diff --git a/liblogdiag/ld-diagram-symbol.c b/liblogdiag/ld-diagram-symbol.c
index 3555531..3e335c1 100644
--- a/liblogdiag/ld-diagram-symbol.c
+++ b/liblogdiag/ld-diagram-symbol.c
@@ -2,7 +2,7 @@
* ld-diagram-symbol.c
*
* 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.
*
diff --git a/liblogdiag/ld-diagram-symbol.h b/liblogdiag/ld-diagram-symbol.h
index 642f79c..9993f75 100644
--- a/liblogdiag/ld-diagram-symbol.h
+++ b/liblogdiag/ld-diagram-symbol.h
@@ -2,7 +2,7 @@
* ld-diagram-symbol.h
*
* 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.
*
diff --git a/liblogdiag/ld-diagram-view.c b/liblogdiag/ld-diagram-view.c
index 3092f2d..d36c005 100644
--- a/liblogdiag/ld-diagram-view.c
+++ b/liblogdiag/ld-diagram-view.c
@@ -2,7 +2,7 @@
* ld-diagram-view.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.
*
diff --git a/liblogdiag/ld-diagram-view.h b/liblogdiag/ld-diagram-view.h
index 4bc0985..10e3a12 100644
--- a/liblogdiag/ld-diagram-view.h
+++ b/liblogdiag/ld-diagram-view.h
@@ -2,7 +2,7 @@
* ld-diagram-view.h
*
* 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.
*
diff --git a/liblogdiag/ld-diagram.c b/liblogdiag/ld-diagram.c
index 8cbac83..9a54027 100644
--- a/liblogdiag/ld-diagram.c
+++ b/liblogdiag/ld-diagram.c
@@ -2,7 +2,7 @@
* ld-diagram.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-diagram.h b/liblogdiag/ld-diagram.h
index 722b703..2c2c7ef 100644
--- a/liblogdiag/ld-diagram.h
+++ b/liblogdiag/ld-diagram.h
@@ -2,7 +2,7 @@
* ld-diagram.h
*
* 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.
*
diff --git a/liblogdiag/ld-library.c b/liblogdiag/ld-library.c
index 25bc751..82b850d 100644
--- a/liblogdiag/ld-library.c
+++ b/liblogdiag/ld-library.c
@@ -2,7 +2,7 @@
* ld-library.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-library.h b/liblogdiag/ld-library.h
index aed21fb..46bed68 100644
--- a/liblogdiag/ld-library.h
+++ b/liblogdiag/ld-library.h
@@ -2,7 +2,7 @@
* ld-library.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2012
+ * Copyright 2010, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua-private.h b/liblogdiag/ld-lua-private.h
index 2287e45..3d07f0b 100644
--- a/liblogdiag/ld-lua-private.h
+++ b/liblogdiag/ld-lua-private.h
@@ -2,7 +2,7 @@
* ld-lua-private.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/liblogdiag/ld-lua-symbol-private.h b/liblogdiag/ld-lua-symbol-private.h
index 2a62dfc..01a949f 100644
--- a/liblogdiag/ld-lua-symbol-private.h
+++ b/liblogdiag/ld-lua-symbol-private.h
@@ -2,7 +2,7 @@
* ld-lua-symbol-private.h
*
* 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.
*
diff --git a/liblogdiag/ld-lua-symbol.c b/liblogdiag/ld-lua-symbol.c
index e720ba0..7ddbc22 100644
--- a/liblogdiag/ld-lua-symbol.c
+++ b/liblogdiag/ld-lua-symbol.c
@@ -2,7 +2,7 @@
* ld-lua-symbol.c
*
* 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.
*
diff --git a/liblogdiag/ld-lua-symbol.h b/liblogdiag/ld-lua-symbol.h
index 109d42d..d2a0500 100644
--- a/liblogdiag/ld-lua-symbol.h
+++ b/liblogdiag/ld-lua-symbol.h
@@ -2,7 +2,7 @@
* ld-lua-symbol.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/liblogdiag/ld-lua.c b/liblogdiag/ld-lua.c
index 13f6800..40e770e 100644
--- a/liblogdiag/ld-lua.c
+++ b/liblogdiag/ld-lua.c
@@ -2,7 +2,7 @@
* ld-lua.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2010, 2011, 2012
+ * Copyright 2010, 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-lua.h b/liblogdiag/ld-lua.h
index bba4839..206036a 100644
--- a/liblogdiag/ld-lua.h
+++ b/liblogdiag/ld-lua.h
@@ -2,7 +2,7 @@
* ld-lua.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/liblogdiag/ld-symbol.c b/liblogdiag/ld-symbol.c
index 6c6cd90..b43b8cb 100644
--- a/liblogdiag/ld-symbol.c
+++ b/liblogdiag/ld-symbol.c
@@ -2,7 +2,7 @@
* ld-symbol.c
*
* 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.
*
diff --git a/liblogdiag/ld-symbol.h b/liblogdiag/ld-symbol.h
index 28f55fe..0ed8a56 100644
--- a/liblogdiag/ld-symbol.h
+++ b/liblogdiag/ld-symbol.h
@@ -2,7 +2,7 @@
* ld-symbol.h
*
* 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.
*
diff --git a/liblogdiag/ld-types.c b/liblogdiag/ld-types.c
index aea991b..fb2a5ad 100644
--- a/liblogdiag/ld-types.c
+++ b/liblogdiag/ld-types.c
@@ -2,7 +2,7 @@
* ld-types.c
*
* 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.
*
diff --git a/liblogdiag/ld-types.h b/liblogdiag/ld-types.h
index bf5415b..0204c0d 100644
--- a/liblogdiag/ld-types.h
+++ b/liblogdiag/ld-types.h
@@ -2,7 +2,7 @@
* ld-types.h
*
* 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.
*
diff --git a/liblogdiag/ld-undo-action.c b/liblogdiag/ld-undo-action.c
index 740d955..c52fdc9 100644
--- a/liblogdiag/ld-undo-action.c
+++ b/liblogdiag/ld-undo-action.c
@@ -2,7 +2,7 @@
* ld-undo-action.c
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/ld-undo-action.h b/liblogdiag/ld-undo-action.h
index b7adc78..4db3169 100644
--- a/liblogdiag/ld-undo-action.h
+++ b/liblogdiag/ld-undo-action.h
@@ -2,7 +2,7 @@
* ld-undo-action.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011
+ * Copyright 2011 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/liblogdiag/liblogdiag.h b/liblogdiag/liblogdiag.h
index d39fb19..42bf9d8 100644
--- a/liblogdiag/liblogdiag.h
+++ b/liblogdiag/liblogdiag.h
@@ -2,7 +2,7 @@
* liblogdiag.h
*
* This file is a part of logdiag.
- * Copyright Přemysl Janouch 2011, 2012
+ * Copyright 2011, 2012 Přemysl Eric Janouch
*
* See the file LICENSE for licensing information.
*
diff --git a/po/cs.po b/po/cs.po
index e0ca43f..1ccab81 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,7 @@
# Czech translation for logdiag.
-# Copyright (C) 2011 Přemysl Janouch
+# Copyright (C) 2011 Přemysl Eric Janouch
# This file is distributed under the same license as the logdiag package.
-# Přemysl Janouch , 2011.
+# Přemysl Eric Janouch , 2011.
#
msgid ""
msgstr ""
@@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-27 04:52+0200\n"
"PO-Revision-Date: 2018-06-25 04:02+0200\n"
-"Last-Translator: Přemysl Janouch \n"
+"Last-Translator: Přemysl Eric Janouch \n"
"Language-Team: Czech "
+msgstr "Přemysl Eric Janouch "
#~ msgid "The file is probably corrupted."
#~ msgstr "Soubor je pravděpodobně poškozen."
diff --git a/po/de.po b/po/de.po
index 7c185d7..06bf96f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,5 +1,5 @@
# German translation for logdiag.
-# Copyright (C) 2011 Přemysl Janouch
+# Copyright (C) 2011 Přemysl Eric Janouch
# This file is distributed under the same license as the logdiag package.
# Andy J., 2011.
#
@@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-27 04:52+0200\n"
"PO-Revision-Date: 2018-06-25 04:11+0200\n"
-"Last-Translator: Přemysl Janouch \n"
+"Last-Translator: Přemysl Eric Janouch \n"
"Language-Team: German \n"
+"Last-Translator: Přemysl Eric Janouch \n"
"Language-Team: Polish \n"
+"Last-Translator: Přemysl Eric Janouch \n"
"Language-Team: Slovak