X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8c507c37e983289c60d19b2612d3f2b6686acc92..6b5ef0253b6858e3cb4fd265d2f7d99b597065ee:/tools/list_CONTRIBUTORS

diff --git a/tools/list_CONTRIBUTORS b/tools/list_CONTRIBUTORS
index 3518205..1b88451 100755
--- a/tools/list_CONTRIBUTORS
+++ b/tools/list_CONTRIBUTORS
@@ -1,5 +1,12 @@
 #!/bin/sh
 
-echo 'Alphabetical list of everyone who ever committed to this repository
+# 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.
+
+
+echo 'Alphabetical list of surnames of everyone who ever committed to this repository.
+Auto-generated from tools/list_CONTRIBUTORS.
 '
 git shortlog -se --all | cut -f1 --complement | sort -u -k2