Browse Source

* added missing open comment at start of log section

Jonas Maebe 25 years ago
parent
commit
9605567a67

+ 6 - 2
packages/ncurses/db_demo.pp

@@ -186,8 +186,12 @@ Begin
       Done;
    End;
 End.
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:26  michael
+  Revision 1.3  2000-08-20 10:11:41  jonas
+    * added missing open comment at start of log section
+
+  Revision 1.2  2000/07/13 11:33:26  michael
   + removed logs
- 
+
 }

+ 6 - 2
packages/ncurses/edit_demo.pp

@@ -160,8 +160,12 @@ Begin
    Status.Done;
    ClrScr;
 End.
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:27  michael
+  Revision 1.3  2000-08-20 10:11:41  jonas
+    * added missing open comment at start of log section
+
+  Revision 1.2  2000/07/13 11:33:27  michael
   + removed logs
- 
+
 }

+ 6 - 2
packages/ncurses/ocrt.pp

@@ -2070,8 +2070,12 @@ Begin
    ExitProc := @nExit;
 
 End. { of Unit nCrt }
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:27  michael
+  Revision 1.3  2000-08-20 10:11:41  jonas
+    * added missing open comment at start of log section
+
+  Revision 1.2  2000/07/13 11:33:27  michael
   + removed logs
- 
+
 }

+ 6 - 2
packages/ncurses/ocrt_demo.pp

@@ -223,8 +223,12 @@ Begin
    msgbox.Done;
    ClrScr;
 End.
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:27  michael
+  Revision 1.3  2000-08-20 10:11:41  jonas
+    * added missing open comment at start of log section
+
+  Revision 1.2  2000/07/13 11:33:27  michael
   + removed logs
- 
+
 }

+ 7 - 3
packages/ncurses/panel.pp

@@ -7,7 +7,7 @@ unit panel;
   Programmer: Ken J. Wright
   Date......: 12/08/1999
 
-  Purpose - Link to the Linux 'panel' library for ncurses windowing 
+  Purpose - Link to the Linux 'panel' library for ncurses windowing
             functions. The panel library handles overlapping windows,
             whereas, native ncurses windowing is only tiled.
 
@@ -80,8 +80,12 @@ const External_library='';
   function panel_hidden(_para1:pPANEL):longint;cdecl;External;
 
 end.
+{
   $Log$
-  Revision 1.2  2000-07-13 11:33:27  michael
+  Revision 1.3  2000-08-20 10:11:41  jonas
+    * added missing open comment at start of log section
+
+  Revision 1.2  2000/07/13 11:33:27  michael
   + removed logs
- 
+
 }