From c4f4d63fbec5dbb026e9ccebbc89e498f3c42e1c Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 13 Jan 2014 17:34:21 +0000 Subject: Add ISC license --- COPYING | 7 +++++++ tkread | 1 + 2 files changed, 8 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..eab85a6 --- /dev/null +++ b/COPYING @@ -0,0 +1,7 @@ +ISC License + +Copyright 2013-2014 Nick White + +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. diff --git a/tkread b/tkread index c501c04..49c68b4 100755 --- a/tkread +++ b/tkread @@ -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 -- cgit v1.2.3