From 9cf1003310cf511a571d8491bedbf3f9b177aa37 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 9 Jul 2016 01:19:55 -0400 Subject: license --- 50pristine-etc-keeper.post-install | 3 +++ COPYING | 14 ++++++++++++++ Makefile | 5 +++++ pristine-etc-keeper | 5 ++++- pristine-etc-keeper.service | 3 +++ pristine-etc-keeper.timer | 3 +++ 6 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 COPYING diff --git a/50pristine-etc-keeper.post-install b/50pristine-etc-keeper.post-install index 34c4f77..096cce4 100755 --- a/50pristine-etc-keeper.post-install +++ b/50pristine-etc-keeper.post-install @@ -1,5 +1,8 @@ #!/usr/bin/env bash # Copyright 2016 Luke Shumaker +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the COPYING file for more details. exec 8>/var/lib/pristine-etc/lock flock -x -n 8 diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..ee7d6a5 --- /dev/null +++ b/COPYING @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/Makefile b/Makefile index 67ab1bf..d92ccda 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +# Copyright 2016 Luke Shumaker +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the COPYING file for more details. + topsrcdir = . topoutdir = . include $(topsrcdir)/build-aux/Makefile.head.mk diff --git a/pristine-etc-keeper b/pristine-etc-keeper index a8a3954..a483624 100755 --- a/pristine-etc-keeper +++ b/pristine-etc-keeper @@ -1,6 +1,9 @@ #!/usr/bin/env bash # Copyright 2016 Luke Shumaker -# +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the COPYING file for more details. + # This script gets called by the etckeeper post-install hook. # TODO: better error handling diff --git a/pristine-etc-keeper.service b/pristine-etc-keeper.service index 2d3dc51..5024265 100644 --- a/pristine-etc-keeper.service +++ b/pristine-etc-keeper.service @@ -1,4 +1,7 @@ # Copyright 2016 Luke Shumaker +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the COPYING file for more details. [Unit] Description=Autocommit of changes in pristine /etc directory Documentation=man:pristine-etc-keeper(8) diff --git a/pristine-etc-keeper.timer b/pristine-etc-keeper.timer index c08ccbc..463d582 100644 --- a/pristine-etc-keeper.timer +++ b/pristine-etc-keeper.timer @@ -1,4 +1,7 @@ # Copyright 2016 Luke Shumaker +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See the COPYING file for more details. # This unit shouldn't be nescessary; the etckeeper post-install hook # should take care of everthing, but have this just to be safe. -- cgit v1.2.3