blob: e1246f08ac89013f29b8582a2415099ee49c3b51 [file] [log] [blame]
John Koleszarf84f9492010-06-16 15:43:09 -04001#!/bin/bash
2
3# Add organization names manually.
4
5cat <<EOF
6# This file is automatically generated from the git commit history
7# by tools/gen_authors.sh.
8
9$(git log --pretty=format:"%aN <%aE>" | sort | uniq)
10Google Inc.
11The Mozilla Foundation
12The Xiph.Org Foundation
13EOF