ColorValue.st
changeset 220 4106d9ce7e02
parent 214 28ed6be65f4c
child 277 7833361c76a2
--- a/ColorValue.st	Thu Apr 25 18:21:10 1996 +0200
+++ b/ColorValue.st	Thu Apr 25 18:24:25 1996 +0200
@@ -37,6 +37,9 @@
 "
     ColorValue is provided for ST-80 compatibility.
     read the section on compatibility issues in the Color class's documentation.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -112,5 +115,5 @@
 !ColorValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.8 1996-04-23 20:10:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ColorValue.st,v 1.9 1996-04-25 16:24:25 cg Exp $'
 ! !