aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-08-22 09:30:50 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-08-22 09:30:50 +0200
commit083f11965d5cc0d7c4f856667c11d93d1dae4b24 (patch)
tree38e44014915781b45d3db808450d0ad60d4cf45b
parent175d72ee849afe6e3547739132103cb26acf9173 (diff)
downloadsensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.tar.gz
sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.tar.xz
sensei-raw-ctl-083f11965d5cc0d7c4f856667c11d93d1dae4b24.zip
Name change
-rw-r--r--CMakeLists.txt4
-rw-r--r--LICENSE2
-rw-r--r--sensei-raw-ctl-gui.c2
-rw-r--r--sensei-raw-ctl.c2
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")
diff --git a/LICENSE b/LICENSE
index c95e5a5..fe69eb8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -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.