Browse Source

UPD: Copyright year

Alexander Koblov 3 years ago
parent
commit
73be93a767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/doublecmd.lpr

+ 1 - 1
src/doublecmd.lpr

@@ -179,7 +179,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-2021 Alexander Koblov ([email protected])');
+  DCDebug('(C)opyright 2006-2022 Alexander Koblov ([email protected])');
   DCDebug('   and contributors (see about dialog)');
 
   Application.ShowMainForm:= False;