ColorPalette.st
changeset 7953 3053a0452a3c
parent 6875 9033a6136d00
--- a/ColorPalette.st	Wed Feb 22 21:24:01 2017 +0100
+++ b/ColorPalette.st	Wed Feb 22 21:24:03 2017 +0100
@@ -1,6 +1,6 @@
 "
- COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
-	      All Rights Reserved
+ COPYRIGHT (c) 1997 by Claus Gittinger / 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
@@ -9,10 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
+"{ Package: 'stx:libview' }"
 
-
-"{ Package: 'stx:libview' }"
+"{ NameSpace: Smalltalk }"
 
 Colormap subclass:#ColorPalette
 	instanceVariableNames:''
@@ -25,8 +24,8 @@
 
 copyright
 "
- COPYRIGHT (c) 1997 by eXept Software AG / Claus Gittinger
-	      All Rights Reserved
+ COPYRIGHT (c) 1997 by Claus Gittinger / 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
@@ -67,5 +66,6 @@
 !ColorPalette class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.3 2015-05-31 09:28:36 cg Exp $'
+    ^ '$Header$'
 ! !
+