diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 05:02:35 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 05:02:35 +0200 |
commit | f79a8d38fb97443e6c64196b084253c96fd0391c (patch) | |
tree | 98843977b00818627fb7a55615d6499678840699 | |
parent | ab135c58c4d501f83fff6aae019d160c0489e29e (diff) | |
download | desktop-tools-f79a8d38fb97443e6c64196b084253c96fd0391c.tar.gz desktop-tools-f79a8d38fb97443e6c64196b084253c96fd0391c.tar.xz desktop-tools-f79a8d38fb97443e6c64196b084253c96fd0391c.zip |
Name change
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | big-brother.c | 2 | ||||
-rw-r--r-- | brightness.c | 2 | ||||
-rw-r--r-- | ddc-ci.c | 2 | ||||
-rw-r--r-- | fancontrol-ng.c | 2 | ||||
-rw-r--r-- | iexec.c | 2 | ||||
-rw-r--r-- | input-switch.c | 2 | ||||
-rw-r--r-- | paswitch.c | 2 | ||||
-rw-r--r-- | poller-pa.c | 2 | ||||
-rw-r--r-- | priod.c | 2 | ||||
-rw-r--r-- | siprandom.c | 2 | ||||
-rw-r--r-- | 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 <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_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR}) set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR}) @@ -1,4 +1,4 @@ -Copyright (c) 2015 - 2018, Přemysl Janouch <p@janouch.name> +Copyright (c) 2015 - 2018, 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/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 <p@janouch.name> + * Copyright (c) 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. 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 <p@janouch.name> + * Copyright (c) 2015, 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. @@ -1,7 +1,7 @@ /* * ddc-ci.c: DDC-CI utilities, Linux-only * - * Copyright (c) 2015 - 2017, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2015 - 2017, 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/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 <p@janouch.name> + * Copyright (c) 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. @@ -1,7 +1,7 @@ /* * iexec.c: run a program and restart on file change * - * Copyright (c) 2017, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2017, 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/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 <p@janouch.name> + * Copyright (c) 2017, 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. @@ -3,7 +3,7 @@ * * module-switch-on-connect functionality without the on-connect part. * - * Copyright (c) 2015 - 2018, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2015 - 2018, 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/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 <p@janouch.name> + * Copyright (c) 2016 - 2017, 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. @@ -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 <p@janouch.name> + * Copyright (c) 2017, 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/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 <p@janouch.name> + * Copyright (c) 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. @@ -1,7 +1,7 @@ /* * wmstatus.c: simple PulseAudio-enabled status setter for dwm and i3 * - * Copyright (c) 2015 - 2017, Přemysl Janouch <p@janouch.name> + * Copyright (c) 2015 - 2017, 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. |