diff options
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | razer-bw-te-ctl.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ebd5083..bb7fa5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,8 +41,8 @@ endforeach () set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Razer BlackWidow Tournament Edition control utility") set (CPACK_PACKAGE_VERSION ${project_VERSION}) -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_GENERATOR "TGZ;ZIP") @@ -1,4 +1,4 @@ -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/razer-bw-te-ctl.c b/razer-bw-te-ctl.c index ff40154..e51b2b1 100644 --- a/razer-bw-te-ctl.c +++ b/razer-bw-te-ctl.c @@ -3,7 +3,7 @@ * * Everything has been reverse-engineered via Wireshark/usbmon and VirtualBox. * - * 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. |