diff options
author | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2016-01-13 09:12:26 +0000 |
---|---|---|
committer | marco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2016-01-13 09:12:26 +0000 |
commit | 4ea1fb02867bbdf84cb3214ecaae0501357e3ac3 (patch) | |
tree | 7346c9b7cbf184895eb7cbdc74810e9252826d3a /ide | |
parent | e72763a915358b5695952d0a38dd7f95bebca97a (diff) | |
download | fpc-4ea1fb02867bbdf84cb3214ecaae0501357e3ac3.tar.gz |
* copyright update mantis #29384
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@32932 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'ide')
-rw-r--r-- | ide/fpviews.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/fpviews.pas b/ide/fpviews.pas index a6b2ad7c99..92bf509085 100644 --- a/ide/fpviews.pas +++ b/ide/fpviews.pas @@ -4278,7 +4278,7 @@ begin else {$endif NODEBUG} R2.Move(0,2); - Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2014 by'))); + Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2016 by'))); R2.Move(0,2); Insert(New(PStaticText, Init(R2, ^C'B‚rczi G bor'))); R2.Move(0,1); |