diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 16:27:45 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-02 16:27:45 +0200 |
commit | 37bf8ee648a576acd4c95b40c7254b53f04dbb86 (patch) | |
tree | e8fa62f4acdfd94161c6dfed93f61ec7e2ff46a8 /src | |
parent | 675139edb03f1eed43361b1bc6b1bcacf63327d9 (diff) | |
download | tdv-37bf8ee648a576acd4c95b40c7254b53f04dbb86.tar.gz tdv-37bf8ee648a576acd4c95b40c7254b53f04dbb86.tar.xz tdv-37bf8ee648a576acd4c95b40c7254b53f04dbb86.zip |
Name change
Diffstat (limited to 'src')
-rw-r--r-- | src/add-pronunciation.c | 2 | ||||
-rw-r--r-- | src/dictzip-input-stream.c | 2 | ||||
-rw-r--r-- | src/dictzip-input-stream.h | 2 | ||||
-rw-r--r-- | src/generator.c | 2 | ||||
-rw-r--r-- | src/generator.h | 2 | ||||
-rw-r--r-- | src/query-tool.c | 2 | ||||
-rw-r--r-- | src/sdtui.c | 4 | ||||
-rw-r--r-- | src/stardict-private.h | 2 | ||||
-rw-r--r-- | src/stardict.c | 2 | ||||
-rw-r--r-- | src/stardict.h | 2 | ||||
-rw-r--r-- | src/test-stardict.c | 2 | ||||
-rw-r--r-- | src/utils.c | 2 | ||||
-rw-r--r-- | src/utils.h | 2 |
13 files changed, 14 insertions, 14 deletions
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. |