Ver Fonte

* copyright notice added.

git-svn-id: trunk@11509 -
marco há 17 anos atrás
pai
commit
77a345242d
1 ficheiros alterados com 13 adições e 0 exclusões
  1. 13 0
      ide/fpevalw.pas

+ 13 - 0
ide/fpevalw.pas

@@ -1,3 +1,16 @@
+{
+    Copyright (c) 1997-2008 by the Daniel Mantione
+   
+    Debug expression evaluator dialog ? 
+   
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
 unit fpevalw;
 
 {****************************************************************************}