From 083f11965d5cc0d7c4f856667c11d93d1dae4b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 22 Aug 2020 09:30:50 +0200 Subject: Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- sensei-raw-ctl-gui.c | 2 +- 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 ") +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_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 +Copyright (c) 2013, 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/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 + * Copyright (c) 2013, 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/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 + * Copyright (c) 2013 - 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. -- cgit v1.2.3