[all] copyright: refresh copyright notice for .nsi and .rc files

This commit is contained in:
Quantum
2021-07-21 03:37:10 -04:00
committed by Geoffrey McRae
parent 08293c8721
commit e58506f1a5
3 changed files with 40 additions and 20 deletions

View File

@@ -7,7 +7,7 @@ import re
import subprocess
PROJECT = os.path.dirname(__file__)
EXTENSIONS = ('.c', '.cpp', '.h')
EXTENSIONS = ('.c', '.cpp', '.h', '.nsi', '.rc')
START_YEAR = 2017
CURRENT_YEAR = datetime.date.today().year