#!/bin/sh

# This program is licensed under the GNU GPL version 2 or later.
# (c) Richard "RichiH" Hartmann <richih@debian.org>, 2012-2014
# For details, see LICENSE. To submit patches, you have to agree to
# license your code under the GNU GPL version 2 or later.
#
# If you need to change email addresses, nicknames, etc, please see
# .mailmap in the root of this repository.

echo 'Alphabetical list of surnames of everyone who ever committed to this repository.
Auto-generated by tools/list_AUTHORS and .mailmap
'
git shortlog -se --all | cut -f2 | sort -u -k2
