UPD: Copyright year

This commit is contained in:
Alexander Koblov 2023-01-15 12:27:01 +03:00
commit 9b4bfe551e
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
<UseVersionInfo Value="True"/>
<MajorVersionNr Value="1"/>
<RevisionNr Value="9"/>
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2022 Alexander Koblov" ProductName="Double Commander"/>
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2023 Alexander Koblov" ProductName="Double Commander"/>
</VersionInfo>
<BuildModes Count="4">
<Item1 Name="Debug" Default="True"/>

View file

@ -173,7 +173,7 @@ begin
if WSVersion <> EmptyStr then
DCDebug('Widgetset library: ' + WSVersion);
DCDebug('This program is free software released under terms of GNU GPL 2');
DCDebug('(C)opyright 2006-2022 Alexander Koblov (alexx2000@mail.ru)');
DCDebug('(C)opyright 2006-2023 Alexander Koblov (alexx2000@mail.ru)');
DCDebug(' and contributors (see about dialog)');
Application.ShowMainForm:= False;