Difference between revisions of "Licensing"

From Ethersex_Wiki
Jump to: navigation, search
(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 18: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