UPD: Copyright years

This commit is contained in:
Alexander Koblov 2017-01-29 11:27:50 +00:00
commit 0483f493ea
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<VersionInfo>
<UseVersionInfo Value="True"/>
<MinorVersionNr Value="8"/>
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2016 Alexander Koblov" ProductName="Double Commander" ProductVersion=""/>
<StringTable FileDescription="Double Commander is a cross platform open source file manager with two panels side by side" InternalName="DOUBLECMD" LegalCopyright="Copyright (C) 2006-2017 Alexander Koblov" ProductName="Double Commander" ProductVersion=""/>
</VersionInfo>
<BuildModes Count="5">
<Item1 Name="Debug" Default="True"/>

View file

@ -146,7 +146,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-2016 Alexander Koblov (alexx2000@mail.ru)');
DCDebug('(C)opyright 2006-2017 Alexander Koblov (alexx2000@mail.ru)');
DCDebug(' and contributors (see about dialog)');
Application.ShowMainForm:= False;