Compare commits

..

No commits in common. "197cd20d6c9fc224271edcb77fd7f920412f7344" and "175d72ee849afe6e3547739132103cb26acf9173" have entirely different histories.

6 changed files with 5 additions and 7 deletions

View File

@ -78,8 +78,8 @@ endforeach ()
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SteelSeries Sensei Raw control utility") set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "SteelSeries Sensei Raw control utility")
set (CPACK_PACKAGE_VERSION ${project_VERSION}) set (CPACK_PACKAGE_VERSION ${project_VERSION})
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>") set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set (CPACK_GENERATOR "TGZ;ZIP") set (CPACK_GENERATOR "TGZ;ZIP")

View File

@ -1,4 +1,4 @@
Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name> Copyright (c) 2013, Přemysl Janouch <p@janouch.name>
Permission to use, copy, modify, and/or distribute this software for any Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted. purpose with or without fee is hereby granted.

View File

@ -12,8 +12,6 @@ If you don't fancy command line tools, there's also a basic GTK+ frontend
available. On Ubuntu and its derivatives, you should be able to find it in your available. On Ubuntu and its derivatives, you should be able to find it in your
System Settings. System Settings.
image::sensei-raw-ctl-gui.png[align="center"]
Supported devices Supported devices
----------------- -----------------
- SteelSeries Sensei Raw - SteelSeries Sensei Raw

View File

@ -3,7 +3,7 @@
* *
* Very tightly coupled with the sensei-raw-ctl utility. * Very tightly coupled with the sensei-raw-ctl utility.
* *
* Copyright (c) 2013, Přemysl Eric Janouch <p@janouch.name> * Copyright (c) 2013, Přemysl Janouch <p@janouch.name>
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted. * purpose with or without fee is hereby granted.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -6,7 +6,7 @@
* *
* The code might be a bit long but does very little; most of it is UI. * The code might be a bit long but does very little; most of it is UI.
* *
* Copyright (c) 2013 - 2016, Přemysl Eric Janouch <p@janouch.name> * Copyright (c) 2013 - 2016, Přemysl Janouch <p@janouch.name>
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted. * purpose with or without fee is hereby granted.