MonoMappedPalette.st
changeset 7955 66531231e428
parent 3876 f4dc6267a30a
--- a/MonoMappedPalette.st	Wed Feb 22 21:24:05 2017 +0100
+++ b/MonoMappedPalette.st	Wed Feb 22 21:24:07 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,11 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
+"{ Package: 'stx:libview' }"
 
-
-"{ Package: 'stx:libview' }"
+"{ NameSpace: Smalltalk }"
 
 MappedPalette subclass:#MonoMappedPalette
 	instanceVariableNames:''
@@ -26,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
@@ -36,9 +34,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 !
 
 documentation
@@ -78,5 +73,6 @@
 !MonoMappedPalette class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/MonoMappedPalette.st,v 1.3 2003-05-06 18:26:28 cg Exp $'
+    ^ '$Header$'
 ! !
+