summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/libvpx/tools/gen_authors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/tools/gen_authors.sh')
-rwxr-xr-xchromium/third_party/libvpx/source/libvpx/tools/gen_authors.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/tools/gen_authors.sh b/chromium/third_party/libvpx/source/libvpx/tools/gen_authors.sh
deleted file mode 100755
index e1246f08ac8..00000000000
--- a/chromium/third_party/libvpx/source/libvpx/tools/gen_authors.sh
+++ /dev/null
@@ -1,13 +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)
-Google Inc.
-The Mozilla Foundation
-The Xiph.Org Foundation
-EOF