瀏覽代碼

* update copyright year with 5 years.

(cherry picked from commit 972703ab453cf59cc8a1621ec2facf2be41ccb2c)
marcoonthegit 1 年之前
父節點
當前提交
ae0fe8a6a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);