File: gen_authors.sh

package info (click to toggle)
libvpx 1.12.0-1%2Bdeb12u4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 26,280 kB
  • sloc: ansic: 235,384; cpp: 110,379; asm: 22,260; sh: 4,891; python: 4,390; perl: 1,840; makefile: 439
file content (14 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 | grep -v corp.google \
  | grep -v noreply)
Google Inc.
The Mozilla Foundation
The Xiph.Org Foundation
EOF