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})" * |…") |
|||
Line 1: | Line 1: | ||
− | |||
== Step 1: Contacting the authors == | == Step 1: Contacting the authors == | ||
− | <source> | + | <source lang="bash"> |
cd ethersex | cd ethersex | ||
git shortlog -e -s > gitcommits | git shortlog -e -s > gitcommits |
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