diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-05 19:57:48 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-05 19:57:48 -0700 |
commit | e05e5b99f4160c177b3a533b4ac0a770b6f78751 (patch) | |
tree | 4cace782f2c8f30041d5a277ef46260ba394df60 /txr.c | |
parent | 26a1c27585c635195fed71b3ab32f3dd85e4aecf (diff) | |
download | txr-e05e5b99f4160c177b3a533b4ac0a770b6f78751.tar.gz txr-e05e5b99f4160c177b3a533b4ac0a770b6f78751.tar.bz2 txr-e05e5b99f4160c177b3a533b4ac0a770b6f78751.zip |
Copyright in --help text.
txr.c (help): 2015 was so last year. Let's make it
a range from 2009 to current.
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ static void help(void) val text = lit( "\n" "TXR Version ~a\n" -"Copyright 2015, Kaz Kylheku <kaz@kylheku.com>\n" +"Copyright 2009-2016 Kaz Kylheku <kaz@kylheku.com>\n" "\n" "Usage:\n" "\n" |