Name change
This commit is contained in:
parent
ab135c58c4
commit
f79a8d38fb
|
@ -103,8 +103,8 @@ install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||||
|
|
||||||
# CPack
|
# CPack
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Desktop tools")
|
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Desktop tools")
|
||||||
set (CPACK_PACKAGE_VENDOR "Premysl Janouch")
|
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
|
||||||
set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
|
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
|
||||||
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
||||||
set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR})
|
set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR})
|
||||||
set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR})
|
set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR})
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -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
|
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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* big-brother.c: activity tracker
|
* 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
|
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* brightness.c: set display brightness via DDC/CI - Linux only
|
* 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
|
* 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.
|
||||||
|
|
2
ddc-ci.c
2
ddc-ci.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* ddc-ci.c: DDC-CI utilities, Linux-only
|
* 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
|
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* fancontrol-ng.c: clone of fancontrol from lm_sensors
|
* 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
|
* 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.
|
||||||
|
|
2
iexec.c
2
iexec.c
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* iexec.c: run a program and restart on file change
|
* 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
|
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* input-switch.c: switches display input via DDC/CI
|
* 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
|
* 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.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* module-switch-on-connect functionality without the on-connect part.
|
* 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
|
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* pa.c: PulseAudio mainloop abstraction
|
* 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
|
* 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.
|
||||||
|
|
2
priod.c
2
priod.c
|
@ -4,7 +4,7 @@
|
||||||
* Thanks to http://netsplit.com/the-proc-connector-and-socket-filters
|
* Thanks to http://netsplit.com/the-proc-connector-and-socket-filters
|
||||||
* for showing the way around the proc connector and BPF.
|
* 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
|
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* siprandom.c: relatively fast pseudo-random data generator
|
* 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
|
* 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.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* wmstatus.c: simple PulseAudio-enabled status setter for dwm and i3
|
* 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
|
* 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.
|
||||||
|
|
Loading…
Reference in New Issue