github.com/psiphon-inc/goarista@v0.0.0-20160825065156-d002785f4c67/AUTHORS (about) 1 All contributors are required to sign a "Contributor License Agreement" at 2 <TBD> 3 4 The following organizations and people have contributed code to this library. 5 (Please keep both lists sorted alphabetically.) 6 7 8 Arista Networks, Inc. 9 10 11 Benoit Sigoure 12 Fabrice Rabaute 13 14 15 16 The list of individual contributors for code currently in HEAD can be obtained 17 at any time with the following script: 18 19 find . -type f \ 20 | while read i; do \ 21 git blame -t $i 2>/dev/null; \ 22 done \ 23 | sed 's/^[0-9a-f]\{8\} [^(]*(\([^)]*\) [-+0-9 ]\{14,\}).*/\1/;s/ *$//' \ 24 | awk '{a[$0]++; t++} END{for(n in a) print n}' \ 25 | sort