Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update license year and correct files that had a date too early #164

Merged
merged 1 commit into from
Jan 11, 2021

Conversation

brycx
Copy link
Member

@brycx brycx commented Jan 3, 2021

Fixes #141 and updates the license year to 2021.

File's start-date was determined by their first existence in the git log. Using this script:

for f in $(find ./ -type f);
do
echo $f;
git log --format=%aD $f | tail -1;
done

The same needs to be checked for newer files in v016.

@brycx brycx merged commit 03ec10b into master Jan 11, 2021
@brycx brycx deleted the fix-up-license-years branch January 11, 2021 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix license year for files that have it set before they were added
1 participant