HVScrollableView.st
changeset 2149 b2e64bada77c
parent 1923 cc9c075f0bc5
--- a/HVScrollableView.st	Fri Feb 18 14:32:04 2000 +0100
+++ b/HVScrollableView.st	Fri Feb 18 15:29:44 2000 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1990 by Claus Gittinger
+              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:#HVScrollableView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -7,6 +20,21 @@
 
 !HVScrollableView class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 1990 by Claus Gittinger
+              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
 "
     This class is now void; all horizontal scroll functionality is
@@ -33,5 +61,5 @@
 !HVScrollableView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.27 1999-06-17 08:51:08 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/HVScrollableView.st,v 1.28 2000-02-18 14:29:44 cg Exp $'
 ! !