Difference between revisions of "Licensing"
(Created page with " == Step 1: Contacting the authors == <source> cd ethersex git shortlog -e -s > gitcommits egrep -I -h -r -o "([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})" * |…") |
(No difference)
|
Revision as of 17:55, 19 October 2011
Step 1: Contacting the authors
cd ethersex
git shortlog -e -s > gitcommits
egrep -I -h -r -o "([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})" * | sort -u
rm gitcommits