Skip to content

Commit f256676

Browse files
committed
Update AUTHORS header to indicate it's generated
Using both @generated, and using Go's format for generated files, to match the format we now use on moby/moby. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent b81acd7 commit f256676

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

AUTHORS

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# This file lists all individuals having contributed content to the repository.
2-
# For how it is generated, see `scripts/docs/generate-authors.sh`.
1+
# File @generated by scripts/docs/generate-authors.sh. DO NOT EDIT.
2+
# This file lists all contributors to the repository.
3+
# See scripts/docs/generate-authors.sh to make modifications.
34

45
Aanand Prasad <aanand.prasad@gmail.com>
56
Aaron L. Xu <liker.xu@foxmail.com>

scripts/docs/generate-authors.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ set -e
55
OUT="${1:-.}"
66
{
77
cat <<-'EOH'
8-
# This file lists all individuals having contributed content to the repository.
9-
# For how it is generated, see `scripts/docs/generate-authors.sh`.
8+
# File @generated by scripts/docs/generate-authors.sh. DO NOT EDIT.
9+
# This file lists all contributors to the repository.
10+
# See scripts/docs/generate-authors.sh to make modifications.
1011
EOH
1112
echo
1213
git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf

0 commit comments

Comments
 (0)