Browse Source

* update copyright year with 5 years.

(cherry picked from commit 972703ab453cf59cc8a1621ec2facf2be41ccb2c)
marcoonthegit 1 year ago
parent
commit
ae0fe8a6a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/chm/src/chmcmd.lpr

+ 1 - 1
packages/chm/src/chmcmd.lpr

@@ -177,7 +177,7 @@ var
 
 begin
   InitOptions;
-  Writeln(stderr,'chmcmd, a CHM compiler. (c) 2010-2019 Free Pascal core.');
+  Writeln(stderr,'chmcmd, a CHM compiler. (c) 2010-2024 Free Pascal core.');
   Writeln(Stderr);
   repeat
     c:=getlongopts('h',@theopts[1],optionindex);