1
This commit is contained in:
Evan Pratten 2023-11-13 11:54:56 -05:00
parent 2ace332eaa
commit b5ca9b9563
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
- name: Generate expected LICENSE file
run: |
echo "Copyright (c) 2017-$(date +%Y), Evan Pratten, All rights reserved." > /tmp/correct_license
echo -n "Copyright (c) 2017-$(date +%Y), Evan Pratten, All rights reserved.\n" > /tmp/correct_license
- name: Check if LICENSE year is correct
id: license-check
run: |

View File

@ -1 +1 @@
Copyright (c) 2022, Evan Pratten, All rights reserved.
Copyright (c) 2017-2023, Evan Pratten, All rights reserved.