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 ") +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 a069461..168f03a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 - 2018, Přemysl Janouch +Copyright (c) 2014 - 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/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 + * Copyright (c) 2014 - 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/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 + * Copyright (c) 2015 - 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.