Merge "Change bitreader to use a larger window."
[libvpx.git] / tools / gen_authors.sh
blobe1246f08ac89013f29b8582a2415099ee49c3b51
1 #!/bin/bash
3 # Add organization names manually.
5 cat <<EOF
6 # This file is automatically generated from the git commit history
7 # by tools/gen_authors.sh.
9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
10 Google Inc.
11 The Mozilla Foundation
12 The Xiph.Org Foundation
13 EOF