diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-08-22 09:30:50 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-08-22 09:30:50 +0200 |
commit | 083f11965d5cc0d7c4f856667c11d93d1dae4b24 (patch) | |
tree | 38e44014915781b45d3db808450d0ad60d4cf45b | |
parent | 175d72ee849afe6e3547739132103cb26acf9173 (diff) | |
download | sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.tar.gz sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.tar.xz sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.zip |
Name change
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | sensei-raw-ctl-gui.c | 2 | ||||
-rw-r--r-- | sensei-raw-ctl.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e3849b..8b1dfb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,8 +78,8 @@ endforeach () set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SteelSeries Sensei Raw 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/sensei-raw-ctl-gui.c b/sensei-raw-ctl-gui.c index 69b8c3e..de72b26 100644 --- a/sensei-raw-ctl-gui.c +++ b/sensei-raw-ctl-gui.c @@ -3,7 +3,7 @@ * * Very tightly coupled with the sensei-raw-ctl utility. * - * 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/sensei-raw-ctl.c b/sensei-raw-ctl.c index f44a9e4..364e2ee 100644 --- a/sensei-raw-ctl.c +++ b/sensei-raw-ctl.c @@ -6,7 +6,7 @@ * * The code might be a bit long but does very little; most of it is UI. * - * 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. |