|
@@ -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)
|
|
Dumps the contents of a FPC unit file (PPU File)
|
|
|
|
|
|
@@ -47,7 +47,7 @@ uses
|
|
|
|
|
|
const
|
|
const
|
|
Title = 'PPU-Analyser';
|
|
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 }
|
|
{ verbosity }
|
|
v_none = $0;
|
|
v_none = $0;
|