diff options
-rw-r--r-- | COPYING | 7 | ||||
-rwxr-xr-x | tkread | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,7 @@ +ISC License + +Copyright 2013-2014 Nick White <njw.me.uk> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. @@ -1,4 +1,5 @@ #!/usr/bin/tclsh +# See COPYING file for copyright and license details. # Usage: tkread [-w] [-m] # -w rewrap lines # -m format markdown text |