license

Output the ISC license, suitable for being used to initialize source files.

#!/bin/sh

user="$GOT_AUTHOR"	# XXX: find a fallback
year="$(date +%Y)"

cat <