From 37bf8ee648a576acd4c95b40c7254b53f04dbb86 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Wed, 2 Sep 2020 16:27:45 +0200 Subject: Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- po/cs.po | 4 ++-- po/make-template.sh | 2 +- po/sdtui.pot | 2 +- src/add-pronunciation.c | 2 +- src/dictzip-input-stream.c | 2 +- src/dictzip-input-stream.h | 2 +- src/generator.c | 2 +- src/generator.h | 2 +- src/query-tool.c | 2 +- src/sdtui.c | 4 ++-- src/stardict-private.h | 2 +- src/stardict.c | 2 +- src/stardict.h | 2 +- src/test-stardict.c | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- 18 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0cdfa4..6edd410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -218,8 +218,8 @@ endif (BUILD_TESTING) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "StarDict terminal UI") -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 5f72054..d59cdf0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 - 2018, Přemysl Janouch
+Copyright (c) 2013 - 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/po/cs.po b/po/cs.po
index 2b18d75..5e6a0a2 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2013 Přemysl Janouch
+# Copyright (C) 2013 Přemysl Eric Janouch
# This file is distributed under the same license as the sdtui package.
# FIRST AUTHOR \n"
+"Last-Translator: Přemysl Eric Janouch \n"
"Language-Team: Czech
+ * Copyright (c) 2013, 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/src/dictzip-input-stream.c b/src/dictzip-input-stream.c
index 6c0eb04..c47120b 100644
--- a/src/dictzip-input-stream.c
+++ b/src/dictzip-input-stream.c
@@ -1,7 +1,7 @@
/*
* dictzip-input-stream.c: dictzip GIO stream reader
*
- * Copyright (c) 2013, Přemysl Janouch
+ * Copyright (c) 2013, 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/src/dictzip-input-stream.h b/src/dictzip-input-stream.h
index f903919..15127dc 100644
--- a/src/dictzip-input-stream.h
+++ b/src/dictzip-input-stream.h
@@ -1,7 +1,7 @@
/*
* dictzip-input-stream.h: dictzip GIO stream reader
*
- * Copyright (c) 2013, Přemysl Janouch
+ * Copyright (c) 2013, 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/src/generator.c b/src/generator.c
index cc8f780..9f6be9b 100644
--- a/src/generator.c
+++ b/src/generator.c
@@ -1,7 +1,7 @@
/*
* generator.c: dictionary generator
*
- * Copyright (c) 2013, Přemysl Janouch
+ * Copyright (c) 2013, 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/src/generator.h b/src/generator.h
index 4d18d23..554e7ed 100644
--- a/src/generator.h
+++ b/src/generator.h
@@ -4,7 +4,7 @@
* Nothing fancy. Just something moved out off the `stardict' test to be
* conveniently reused by the included tools.
*
- * Copyright (c) 2013, Přemysl Janouch
+ * Copyright (c) 2013, 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/src/query-tool.c b/src/query-tool.c
index 54007d0..63817ba 100644
--- a/src/query-tool.c
+++ b/src/query-tool.c
@@ -8,7 +8,7 @@
* So far only the `m' field is supported. Feel free to extend the program
* according to your needs, it's not very complicated.
*
- * Copyright (c) 2013, Přemysl Janouch
+ * Copyright (c) 2013, 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/src/sdtui.c b/src/sdtui.c
index a264f96..be6a43c 100644
--- a/src/sdtui.c
+++ b/src/sdtui.c
@@ -1,7 +1,7 @@
/*
* StarDict terminal UI
*
- * Copyright (c) 2013 - 2018, Přemysl Janouch
+ * Copyright (c) 2013 - 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.
@@ -980,7 +980,7 @@ app_show_help (Application *self)
{
PROJECT_NAME " " PROJECT_VERSION,
_("Terminal UI for StarDict dictionaries"),
- "Copyright (c) 2013 - 2018, Přemysl Janouch",
+ "Copyright (c) 2013 - 2018, Přemysl Eric Janouch",
"",
_("Type to search")
};
diff --git a/src/stardict-private.h b/src/stardict-private.h
index bf66138..3d5b73a 100644
--- a/src/stardict-private.h
+++ b/src/stardict-private.h
@@ -1,7 +1,7 @@
/*
* stardict-private.h: internal StarDict API
*
- * Copyright (c) 2013 - 2015, Přemysl Janouch
+ * Copyright (c) 2013 - 2015, 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/src/stardict.c b/src/stardict.c
index a4c3b70..1125188 100644
--- a/src/stardict.c
+++ b/src/stardict.c
@@ -1,7 +1,7 @@
/*
* stardict.c: StarDict API
*
- * Copyright (c) 2013 - 2016, Přemysl Janouch
+ * Copyright (c) 2013 - 2016, 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/src/stardict.h b/src/stardict.h
index bcb1830..920b41f 100644
--- a/src/stardict.h
+++ b/src/stardict.h
@@ -5,7 +5,7 @@
* dictionaries, it should however be good enough for most of them that are
* freely available on the Internet.
*
- * Copyright (c) 2013 - 2016, Přemysl Janouch
+ * Copyright (c) 2013 - 2016, 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/src/test-stardict.c b/src/test-stardict.c
index d0e5e50..489a297 100644
--- a/src/test-stardict.c
+++ b/src/test-stardict.c
@@ -1,7 +1,7 @@
/*
* test-stardict.c: StarDict API test
*
- * Copyright (c) 2013, Přemysl Janouch
+ * Copyright (c) 2013, 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/src/utils.c b/src/utils.c
index 1e8d436..ac203a5 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,7 +1,7 @@
/*
* utils.c: miscellaneous utilities
*
- * Copyright (c) 2013 - 2015, Přemysl Janouch
+ * Copyright (c) 2013 - 2015, 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/src/utils.h b/src/utils.h
index afdf583..5ca818d 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,7 +1,7 @@
/*
* utils.h: miscellaneous utilities
*
- * Copyright (c) 2013 - 2015, Přemysl Janouch
+ * Copyright (c) 2013 - 2015, Přemysl Eric Janouch
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted.
--
cgit v1.2.3-70-g09d2