HorizontalScroller.st
changeset 138 ecb269a42683
parent 130 338e856bddc9
child 150 9411bf3927d9
--- a/HorizontalScroller.st	Tue Aug 08 03:22:44 1995 +0200
+++ b/HorizontalScroller.st	Thu Aug 10 20:48:00 1995 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1989 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.
+"
+
 'From Smalltalk/X, Version:2.10.5 on 30-apr-1995 at 1:46:18 am'!
 
 Scroller subclass:#HorizontalScroller
@@ -7,16 +19,27 @@
 	 category:'Views-Interactors'
 !
 
-HorizontalScroller comment:'
+!HorizontalScroller class methodsFor:'documentation'!
 
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
+copyright
+"
+ COPYRIGHT (c) 1989 by Claus Gittinger
+              All Rights Reserved
 
-the scroller part of a horizontal scrollbar
+ 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.
+"
+!
 
-$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.8 1995-06-06 04:13:54 claus Exp $
-written spring/summer 89 by claus
-'!
+version
+"
+$Header: /cvs/stx/stx/libwidg/HorizontalScroller.st,v 1.9 1995-08-10 18:48:00 claus Exp $
+"
+! !
 
 !HorizontalScroller methodsFor:'initialization'!