Is there a utility to manage license information? Mostly this would just be a minor convenience, but I'd like to be able to do something like
$ licentious -L GPL -s git -m "A utility for managing license information"
to create a file named (by default) COPYING
in the current directory, using my name and email address as configured in git/svn/hg/etc and the summary line denoted by the -m
option.
Does such a thing exist?