summaryrefslogtreecommitdiffstats
path: root/libvpx/tools/gen_authors.sh
blob: e1246f08ac89013f29b8582a2415099ee49c3b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# Add organization names manually.

cat <<EOF
# This file is automatically generated from the git commit history
# by tools/gen_authors.sh.

$(git log --pretty=format:"%aN <%aE>" | sort | uniq)
Google Inc.
The Mozilla Foundation
The Xiph.Org Foundation
EOF