vpx/tools/gen_authors.sh
Johann 0c0a05046d Release v1.6.1 Long Tailed Duck
Change-Id: If27447472417c7ed34238295427ddb9da0561725
2017-01-12 12:27:27 -08:00

15 lines
314 B
Bash
Executable File

#!/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