Merge "Fix issue 262, vp8cx_pack_tokens_into_partitions_armv5"
[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