+ license
This commit is contained in:
parent
f532e68daa
commit
b1a2f2cbf4
9
bin/license
Executable file
9
bin/license
Executable 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"
|
||||
|
Loading…
Reference in New Issue
Block a user