VT52TerminalView.st
changeset 1362 178613e27d74
parent 1356 68b9f4468961
child 1419 55972fc3268f
--- a/VT52TerminalView.st	Wed May 05 17:36:37 1999 +0200
+++ b/VT52TerminalView.st	Wed May 05 17:36:50 1999 +0200
@@ -1,3 +1,17 @@
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+
 TerminalView subclass:#VT52TerminalView
 	instanceVariableNames:'param1 param2'
 	classVariableNames:''
@@ -7,6 +21,22 @@
 
 !VT52TerminalView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
+
+!
+
 documentation
 "
     VT52 terminal
@@ -213,5 +243,5 @@
 !VT52TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT52TerminalView.st,v 1.13 1999-05-05 14:31:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT52TerminalView.st,v 1.14 1999-05-05 15:36:50 cg Exp $'
 ! !