xref: /aosp_15_r20/external/libaom/tools/gen_authors.sh (revision 77c1e3ccc04c968bd2bc212e87364f250e820521)
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\|clang-format")
10EOF
11