Usage example:
@echo off
set header=header-2022.txt
set src="c:\sas.planet.src\src\"
set bench="c:\sas.planet.src\benchmark\"
LicenseHeaderFix.exe %header% %src% %bench%
Header:
{******************************************************************************}
{* This file is part of SAS.Planet project. *}
{* *}
{* Copyright (C) 2007-2022, SAS.Planet development team. *}
{* *}
{* SAS.Planet 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, either version 3 of the License, or *}
{* (at your option) any later version. *}
{* *}
{* SAS.Planet is distributed in the hope that it will be useful, *}
{* but WITHOUT ANY WARRANTY; without even the implied warranty of *}
{* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *}
{* GNU General Public License for more details. *}
{* *}
{* You should have received a copy of the GNU General Public License *}
{* along with SAS.Planet. If not, see <http://www.gnu.org/licenses/>. *}
{* *}
{* https://github.com/sasgis/sas.planet.src *}
{******************************************************************************}