Commit Graph

3 Commits

Author SHA1 Message Date
Robert Adam
d100ff1467 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Robert
6023035f50 MAINT: Fix updateLixcenseHeaders.py script
Don't use the --follow option for git log as this produces funny
results.
2021-04-09 15:41:49 +02:00
Robert Adam
86710dab62 MAINT: Added script for updating license headers
The script iterates through (almost) all files within the Mumble
repository and updates the copyright notice in them. If source files
don't contain such a notice yet, it can optionally add one in.

The script asks git when the file was first added to the git index and
uses that year as the starting year for the copyright notice. The end
year is always set to be the current year at the time the script is run.
2021-03-02 10:14:56 +01:00