about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-05-19 19:27:36 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-05-19 19:27:36 +0200
commitf47e6b9ee3df6c4cf216a431e61c00f130db10b4 (patch)
tree670de798e5de9701ba2215e039609a4ec4631899
parent027e5c381f17bde0850f2d8527140dbb30fdacac (diff)
downloadrwc-f47e6b9ee3df6c4cf216a431e61c00f130db10b4.tar.gz
rwc-f47e6b9ee3df6c4cf216a431e61c00f130db10b4.tar.xz
rwc-f47e6b9ee3df6c4cf216a431e61c00f130db10b4.zip
rwc: add author to source
-rw-r--r--rwc.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/rwc.c b/rwc.c
index c69cbd1..0cdc799 100644
--- a/rwc.c
+++ b/rwc.c
@@ -1,6 +1,12 @@
-// rwc [-0d] [PATH...] - report when changed
-//   -0  use NUL instead of newline for input/output separator
-//   -d  detect deletions too (prefixed with "- ")
+/*
+ * rwc [-0d] [PATH...] - report when changed
+ *  -0  use NUL instead of newline for input/output separator
+ *  -d  detect deletions too (prefixed with "- ")
+ *
+ * To the extent possible under law, Leah Neukirchen <leah@vuxu.org>
+ * has waived all copyright and related or neighboring rights to this work.
+ * http://creativecommons.org/publicdomain/zero/1.0/
+ */
 
 #include <sys/inotify.h>
 #include <sys/stat.h>