Licensing

From Ethersex_Wiki
Revision as of 18:55, 19 October 2011 by Mgue (talk | contribs) (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})" * |…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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