From: John Koleszar Date: Wed, 16 Jun 2010 19:43:09 +0000 (-0400) Subject: Generate AUTHORS file with a script X-Git-Tag: v0.9.1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f84f94904879fbe6d1f70e3b358ff46d3bce0b80;p=libvpx 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 --git a/tools/gen_authors.sh b/tools/gen_authors.sh new file mode 100755 index 000000000..e1246f08a --- /dev/null +++ b/tools/gen_authors.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# Add organization names manually. + +cat <" | sort | uniq) +Google Inc. +The Mozilla Foundation +The Xiph.Org Foundation +EOF