ColorPalette.st
changeset 3848 84597432b833
parent 3847 288ab85676aa
child 6875 9033a6136d00
--- a/ColorPalette.st	Thu Apr 10 16:45:19 2003 +0200
+++ b/ColorPalette.st	Thu Apr 10 16:49:14 2003 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
-              All Rights Reserved
+	      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
@@ -18,7 +18,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Compatibility-ST80'
+	category:'Graphics-Images-Support'
 !
 
 !ColorPalette class methodsFor:'documentation'!
@@ -26,7 +26,7 @@
 copyright
 "
  COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
-              All Rights Reserved
+	      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
@@ -35,8 +35,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 !
 
 documentation
@@ -64,12 +62,10 @@
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
 "
-
-
 ! !
 
 !ColorPalette class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.1 2003-04-10 14:44:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.2 2003-04-10 14:48:59 cg Exp $'
 ! !