xref: /aosp_15_r20/external/libvpx/tools/gen_authors.sh (revision fb1b10ab9aebc7c7068eedab379b749d7e3900be)
1#!/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 | grep -v corp.google \
10  | grep -v noreply)
11Google Inc.
12The Mozilla Foundation
13The Xiph.Org Foundation
14EOF
15