summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-09 01:19:55 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-09 01:19:55 -0400
commit9cf1003310cf511a571d8491bedbf3f9b177aa37 (patch)
tree32cccab72560f24831796874d1c0425904e87565
parentaf5167478a00666b318fec46a726b337d76cf88d (diff)
license
-rwxr-xr-x50pristine-etc-keeper.post-install3
-rw-r--r--COPYING14
-rw-r--r--Makefile5
-rwxr-xr-xpristine-etc-keeper5
-rw-r--r--pristine-etc-keeper.service3
-rw-r--r--pristine-etc-keeper.timer3
6 files changed, 32 insertions, 1 deletions
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 <sam@hocevar.net>
+
+ 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.