aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt4
-rw-r--r--LICENSE2
-rw-r--r--po/cs.po4
-rwxr-xr-xpo/make-template.sh2
-rw-r--r--po/sdtui.pot2
-rw-r--r--src/add-pronunciation.c2
-rw-r--r--src/dictzip-input-stream.c2
-rw-r--r--src/dictzip-input-stream.h2
-rw-r--r--src/generator.c2
-rw-r--r--src/generator.h2
-rw-r--r--src/query-tool.c2
-rw-r--r--src/sdtui.c4
-rw-r--r--src/stardict-private.h2
-rw-r--r--src/stardict.c2
-rw-r--r--src/stardict.h2
-rw-r--r--src/test-stardict.c2
-rw-r--r--src/utils.c2
-rw-r--r--src/utils.h2
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 <p@janouch.name>")
+set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
+set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
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 <p@janouch.name>
+Copyright (c) 2013 - 2018, Přemysl Eric Janouch <p@janouch.name>
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 <EMAIL@ADDRESS>, YEAR.
#
@@ -9,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: https://github.com/pjanouch/sdtui/issues\n"
"POT-Creation-Date: 2016-09-28 16:12+0200\n"
"PO-Revision-Date: 2016-09-28 16:15+0200\n"
-"Last-Translator: Přemysl Janouch <p@janouch.name>\n"
+"Last-Translator: Přemysl Eric Janouch <p@janouch.name>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
diff --git a/po/make-template.sh b/po/make-template.sh
index d34c8d0..f223841 100755
--- a/po/make-template.sh
+++ b/po/make-template.sh
@@ -42,6 +42,6 @@ fi
# Finally make the template
xgettext -LC -k_ -kN_ $SOURCES -o "$DIR/$PACKAGE.pot" \
--package-name="$PACKAGE" --package-version="$VERSION" \
- --copyright-holder="Přemysl Janouch" \
+ --copyright-holder="Přemysl Eric Janouch" \
--msgid-bugs-address="https://github.com/pjanouch/$PACKAGE/issues"
diff --git a/po/sdtui.pot b/po/sdtui.pot
index 3cd6ac6..22dbf32 100644
--- a/po/sdtui.pot
+++ b/po/sdtui.pot
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Přemysl Janouch
+# Copyright (C) YEAR Přemysl Eric Janouch
# This file is distributed under the same license as the sdtui package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
diff --git a/src/add-pronunciation.c b/src/add-pronunciation.c
index 3bcf75d..6ca5ad3 100644
--- a/src/add-pronunciation.c
+++ b/src/add-pronunciation.c
@@ -4,7 +4,7 @@
* Here I use the `espeak' process rather than libespeak because of the GPL.
* It's far from ideal, rather good as a starting point.
*
- * Copyright (c) 2013, Přemysl Janouch <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013 - 2018, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013 - 2015, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013 - 2016, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013 - 2016, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013 - 2015, Přemysl Eric Janouch <p@janouch.name>
*
* 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 <p@janouch.name>
+ * Copyright (c) 2013 - 2015, Přemysl Eric Janouch <p@janouch.name>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted.