From f47e6b9ee3df6c4cf216a431e61c00f130db10b4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 19 May 2017 19:27:36 +0200 Subject: rwc: add author to source --- rwc.c | 12 +++++++++--- 1 file 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 + * has waived all copyright and related or neighboring rights to this work. + * http://creativecommons.org/publicdomain/zero/1.0/ + */ #include #include -- cgit 1.4.1