瀏覽代碼

+ header and log added

pierre 23 年之前
父節點
當前提交
0f31d2ec7e
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      ide/fpcodtmp.pas

+ 24 - 0
ide/fpcodtmp.pas

@@ -1,3 +1,19 @@
+{
+    $Id$
+    This file is part of the Free Pascal Integrated Development Environment
+    Copyright (c) 1998 by Berczi Gabor
+
+    Code Template routines
+
+    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 FPCodTmp; { Code Templates }
 
 interface
@@ -623,3 +639,11 @@ begin
 end;
 
 END.
+
+{
+ $Log$
+ Revision 1.4  2002-09-09 06:23:02  pierre
+  + header and log added
+
+
+}