feat: copyright notice year replacement

This commit is contained in:
Rainer Killinger
2022-05-31 14:26:21 +02:00
parent 62c60448aa
commit 17a796e97b
2 changed files with 41 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 StApps
* Copyright (C) 2018-2022 Open StApps
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation, version 3.
@@ -100,7 +100,7 @@ checkContributors(projectPath, packageJson);
checkCIConfig(rules, projectPath);
checkCopyrightYears(projectPath, 'src');
checkCopyrightYears(projectPath, 'src', commander.opts().replace);
const indentation = 2;