summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 00:38:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-10-26 00:38:26 -0400
commit69573b173f10fa315aa3ce8c4af67fce2a31f60b (patch)
tree89a27260c65907271da071b444e47f4c4cd9725c
parent6029b901d5db6824851b15194b02327edcc85419 (diff)
copyright
-rw-r--r--COPYING14
-rw-r--r--Makefile5
-rwxr-xr-xnetwork-online5
3 files changed, 24 insertions, 0 deletions
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 2202bb7..d1c0ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+# Copyright © 2015 Luke Shumaker <lukeshu@sbcglobal.net>
+# 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.
+
install-targets = \
$(DESTDIR)/etc/netctl/hooks/network-online \
$(DESTDIR)/lib/systemd/system/network-online@.service \
diff --git a/network-online b/network-online
index a2fa8b0..5bb51d8 100755
--- a/network-online
+++ b/network-online
@@ -1,4 +1,9 @@
#!/usr/bin/env bash
+# Copyright © 2015 Luke Shumaker <lukeshu@sbcglobal.net>
+# 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.
+
mode="$1"
lock=/run/network-online/lock
fifo=/run/network-online/"$2"