mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Copyright year
This commit is contained in:
parent
3d4cdea77d
commit
9b4bfe551e
2 changed files with 2 additions and 2 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue