diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-01 18:48:48 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-01 19:02:41 +0200 |
commit | 3a445c2db27f985fe4f91d6d0dfbb8cfbc18aa1f (patch) | |
tree | 8ed4efe9e2a9a7fec034facb51b7d9a39ee6103f | |
parent | 45d023147acb294e82b1fa38f718650f74ba0962 (diff) | |
download | json-rpc-shell-3a445c2db27f985fe4f91d6d0dfbb8cfbc18aa1f.tar.gz json-rpc-shell-3a445c2db27f985fe4f91d6d0dfbb8cfbc18aa1f.tar.xz json-rpc-shell-3a445c2db27f985fe4f91d6d0dfbb8cfbc18aa1f.zip |
Name change
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | json-rpc-shell.c | 2 | ||||
-rw-r--r-- | json-rpc-test-server.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b1bd3d..53acd44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,8 +112,8 @@ endforeach (page) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Shell for running JSON-RPC 2.0 queries") -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}) @@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2018, Přemysl Janouch <p@janouch.name> +Copyright (c) 2014 - 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/json-rpc-shell.c b/json-rpc-shell.c index e8bf9fb..bbc7290 100644 --- a/json-rpc-shell.c +++ b/json-rpc-shell.c @@ -1,7 +1,7 @@ /* * json-rpc-shell.c: simple JSON-RPC 2.0 shell * - * Copyright (c) 2014 - 2016, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2014 - 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/json-rpc-test-server.c b/json-rpc-test-server.c index ae39025..6bb1e07 100644 --- a/json-rpc-test-server.c +++ b/json-rpc-test-server.c @@ -1,7 +1,7 @@ /* * json-rpc-test-server.c: JSON-RPC 2.0 demo server * - * Copyright (c) 2015 - 2018, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2015 - 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. |