blob: f163f663af03b00da11f3232bd7818f9726850b6 [file] [log] [blame]
#!/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 | grep -v corp.google \
| grep -v noreply)
Google Inc.
The Mozilla Foundation
The Xiph.Org Foundation
EOF