mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
fb3d2ff6fe
* Introduce `dep`, the dependency vendoring tool. Use commits from `go-ethereum@release/1.7` for most of the dependencies. * Update dependencies.
26 lines
600 B
Plaintext
26 lines
600 B
Plaintext
All contributors are required to sign a "Contributor License Agreement" at
|
|
<TBD>
|
|
|
|
The following organizations and people have contributed code to this library.
|
|
(Please keep both lists sorted alphabetically.)
|
|
|
|
|
|
Arista Networks, Inc.
|
|
|
|
|
|
Benoit Sigoure
|
|
Fabrice Rabaute
|
|
|
|
|
|
|
|
The list of individual contributors for code currently in HEAD can be obtained
|
|
at any time with the following script:
|
|
|
|
find . -type f \
|
|
| while read i; do \
|
|
git blame -t $i 2>/dev/null; \
|
|
done \
|
|
| sed 's/^[0-9a-f]\{8\} [^(]*(\([^)]*\) [-+0-9 ]\{14,\}).*/\1/;s/ *$//' \
|
|
| awk '{a[$0]++; t++} END{for(n in a) print n}' \
|
|
| sort
|