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 | eee34f449b30c42850d3ed2c7b87c292ae841ed2 (patch) | |
tree | 4cace782f2c8f30041d5a277ef46260ba394df60 | |
parent | afc466d28fbe1c0f865f914f1851316ff8ab3a63 (diff) | |
download | txr-eee34f449b30c42850d3ed2c7b87c292ae841ed2.tar.gz txr-eee34f449b30c42850d3ed2c7b87c292ae841ed2.tar.bz2 txr-eee34f449b30c42850d3ed2c7b87c292ae841ed2.zip |
Copyright in --help text.
txr.c (help): 2015 was so last year. Let's make it
a range from 2009 to current.
-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" |