SequenceView.st
changeset 2150 3cee520c3f91
parent 2100 69c10efca8f4
child 2293 edeb8b9be073
--- a/SequenceView.st	Fri Feb 18 15:29:44 2000 +0100
+++ b/SequenceView.st	Fri Feb 18 15:36:17 2000 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1997 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.
+"
+
+
 ScrollableView subclass:#SequenceView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !SequenceView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1997 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
 "
     implements a SelectionInListView with configurable scrollbars
@@ -77,5 +105,5 @@
 !SequenceView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.6 2000-01-17 11:17:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SequenceView.st,v 1.7 2000-02-18 14:36:17 cg Exp $'
 ! !