summaryrefslogtreecommitdiffstats
path: root/third_party/aom/tools/gen_authors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/tools/gen_authors.sh')
-rwxr-xr-xthird_party/aom/tools/gen_authors.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/aom/tools/gen_authors.sh b/third_party/aom/tools/gen_authors.sh
deleted file mode 100755
index 5def8bc89..000000000
--- a/third_party/aom/tools/gen_authors.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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\|clang-format")
-EOF