소스 검색

* copyright notice added.

git-svn-id: trunk@11509 -
marco 17 년 전
부모
커밋
77a345242d
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  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;
 
 {****************************************************************************}