diff options
author | Nick White <git@njw.me.uk> | 2014-01-13 17:34:21 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2014-01-13 17:34:21 +0000 |
commit | c4f4d63fbec5dbb026e9ccebbc89e498f3c42e1c (patch) | |
tree | bb5a99cc50a9dd2dc9933ed9d864fac7ca349120 | |
parent | 28c504a7dbc9f4d9e630ca1a9373c984028c8e13 (diff) | |
download | tkread-c4f4d63fbec5dbb026e9ccebbc89e498f3c42e1c.tar.bz2 tkread-c4f4d63fbec5dbb026e9ccebbc89e498f3c42e1c.zip |
Add ISC license
-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 |