+ license

This commit is contained in:
Aaron Bieber 2020-08-17 17:52:41 -06:00
parent f532e68daa
commit b1a2f2cbf4

9
bin/license Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
Y=$(date +'%Y')
ME="Aaron Bieber <aaron@bolddaemon.com>"
tail -n15 /usr/share/misc/license.template | \
sed -e "s/YYYY/$Y/g" |
sed -e "s/YOUR NAME HERE <user@your.dom.ain>/$ME/g"