Authors Script: add script to generate individual contributors

Add the script used generate individual contributors for AUTHORS,
add "make authors" utility that updates the AUTHORS file in-place.
This commit is contained in:
Campbell Barton
2023-08-16 20:46:17 +10:00
parent efb2406262
commit 63fa5b92e7
3 changed files with 365 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
# See python fnmatch module documentation for more information.
#
# Please keep the list sorted.
#
# The individual authors section can be regenerated using:
# make authors
# BEGIN individuals section.
Aaron Carlisle <carlisle.aaron00@gmail.com>