summaryrefslogtreecommitdiff
path: root/tools/gen_authors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gen_authors.sh')
-rwxr-xr-xtools/gen_authors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_authors.sh b/tools/gen_authors.sh
index e1246f08a..4cfd81ec3 100755
--- a/tools/gen_authors.sh
+++ b/tools/gen_authors.sh
@@ -6,7 +6,7 @@ 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)
+$(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v corp.google)
Google Inc.
The Mozilla Foundation
The Xiph.Org Foundation