From f79a8d38fb97443e6c64196b084253c96fd0391c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 28 Sep 2020 05:02:35 +0200 Subject: [PATCH] Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- big-brother.c | 2 +- brightness.c | 2 +- ddc-ci.c | 2 +- fancontrol-ng.c | 2 +- iexec.c | 2 +- input-switch.c | 2 +- paswitch.c | 2 +- poller-pa.c | 2 +- priod.c | 2 +- siprandom.c | 2 +- wmstatus.c | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 626ac02..f2bf9d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,8 +103,8 @@ install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Desktop tools") -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_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR}) set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR}) diff --git a/LICENSE b/LICENSE index 01dc408..f0601b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2018, Přemysl Janouch +Copyright (c) 2015 - 2018, 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/big-brother.c b/big-brother.c index ac12bd8..323a4a9 100644 --- a/big-brother.c +++ b/big-brother.c @@ -1,7 +1,7 @@ /* * big-brother.c: activity tracker * - * Copyright (c) 2016, Přemysl Janouch + * Copyright (c) 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. diff --git a/brightness.c b/brightness.c index f829aa2..d0ceda1 100644 --- a/brightness.c +++ b/brightness.c @@ -1,7 +1,7 @@ /* * brightness.c: set display brightness via DDC/CI - Linux only * - * Copyright (c) 2015, Přemysl Janouch + * Copyright (c) 2015, 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/ddc-ci.c b/ddc-ci.c index b0d93e6..c9148dc 100644 --- a/ddc-ci.c +++ b/ddc-ci.c @@ -1,7 +1,7 @@ /* * ddc-ci.c: DDC-CI utilities, Linux-only * - * Copyright (c) 2015 - 2017, Přemysl Janouch + * Copyright (c) 2015 - 2017, 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/fancontrol-ng.c b/fancontrol-ng.c index dcaee0f..ed37689 100644 --- a/fancontrol-ng.c +++ b/fancontrol-ng.c @@ -1,7 +1,7 @@ /* * fancontrol-ng.c: clone of fancontrol from lm_sensors * - * Copyright (c) 2016, Přemysl Janouch + * Copyright (c) 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. diff --git a/iexec.c b/iexec.c index f6f6e28..fd211e1 100644 --- a/iexec.c +++ b/iexec.c @@ -1,7 +1,7 @@ /* * iexec.c: run a program and restart on file change * - * Copyright (c) 2017, Přemysl Janouch + * Copyright (c) 2017, 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/input-switch.c b/input-switch.c index 3353224..abf81d9 100644 --- a/input-switch.c +++ b/input-switch.c @@ -1,7 +1,7 @@ /* * input-switch.c: switches display input via DDC/CI * - * Copyright (c) 2017, Přemysl Janouch + * Copyright (c) 2017, 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/paswitch.c b/paswitch.c index 6d55533..ec83d07 100644 --- a/paswitch.c +++ b/paswitch.c @@ -3,7 +3,7 @@ * * module-switch-on-connect functionality without the on-connect part. * - * Copyright (c) 2015 - 2018, Přemysl Janouch + * Copyright (c) 2015 - 2018, 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/poller-pa.c b/poller-pa.c index 08b5ac0..24d70a4 100644 --- a/poller-pa.c +++ b/poller-pa.c @@ -1,7 +1,7 @@ /* * pa.c: PulseAudio mainloop abstraction * - * Copyright (c) 2016 - 2017, Přemysl Janouch + * Copyright (c) 2016 - 2017, 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/priod.c b/priod.c index cda2f35..53c298d 100644 --- a/priod.c +++ b/priod.c @@ -4,7 +4,7 @@ * Thanks to http://netsplit.com/the-proc-connector-and-socket-filters * for showing the way around the proc connector and BPF. * - * Copyright (c) 2017, Přemysl Janouch + * Copyright (c) 2017, 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/siprandom.c b/siprandom.c index 3fc1683..35477ee 100644 --- a/siprandom.c +++ b/siprandom.c @@ -1,7 +1,7 @@ /* * siprandom.c: relatively fast pseudo-random data generator * - * Copyright (c) 2016, Přemysl Janouch + * Copyright (c) 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. diff --git a/wmstatus.c b/wmstatus.c index cb0a35b..baa1ed6 100644 --- a/wmstatus.c +++ b/wmstatus.c @@ -1,7 +1,7 @@ /* * wmstatus.c: simple PulseAudio-enabled status setter for dwm and i3 * - * Copyright (c) 2015 - 2017, Přemysl Janouch + * Copyright (c) 2015 - 2017, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted.