shithub: libvpx

Download patch

ref: f84f94904879fbe6d1f70e3b358ff46d3bce0b80
parent: d024d985dbfe177ab5d120fc105f4cf46008cf1e
author: John Koleszar <jkoleszar@google.com>
date: Wed Jun 16 11:43:09 EDT 2010

Generate AUTHORS file with a script

This information is in git, so it's better to use that as a source than
updating this file manually. This script can be run manually at release
time for now, or we can set up a cron job sometime in the future.

Change-Id: I0344135ceb9c04ed14e2e2d939a93194e35973db

diff: cannot open b/tools//null: file does not exist: 'b/tools//null'
--- /dev/null
+++ b/tools/gen_authors.sh
@@ -1,0 +1,13 @@
+#!/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