From 9142ad8950d2e2db6b115cd43b7a9471f1ef227b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sat, 4 Jul 2020 06:14:40 +0000 Subject: [PATCH] bump ppudump copyright year git-svn-id: trunk@45729 - --- compiler/utils/ppuutils/ppudump.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/utils/ppuutils/ppudump.pp b/compiler/utils/ppuutils/ppudump.pp index 90e1ad4fd3..b077db7ef1 100644 --- a/compiler/utils/ppuutils/ppudump.pp +++ b/compiler/utils/ppuutils/ppudump.pp @@ -1,5 +1,5 @@ { - Copyright (c) 1998-2013 by the FPC Development Team + Copyright (c) 1998-2020 by the FPC Development Team Dumps the contents of a FPC unit file (PPU File) @@ -47,7 +47,7 @@ uses const Title = 'PPU-Analyser'; - Copyright = 'Copyright (c) 1998-2013 by the Free Pascal Development Team'; + Copyright = 'Copyright (c) 1998-2020 by the Free Pascal Development Team'; { verbosity } v_none = $0;