# HG changeset patch # User Claus Gittinger # Date 1084279761 -7200 # Node ID 170a0f24260b946c8f2be78c858eec7fb73415e2 # Parent 2ebd7244e50a7df5ae8c9c46ffbb1c5dee0a7c58 *** empty log message *** diff -r 2ebd7244e50a -r 170a0f24260b ColorEditor.st --- a/ColorEditor.st Tue May 11 14:48:37 2004 +0200 +++ b/ColorEditor.st Tue May 11 14:49:21 2004 +0200 @@ -1,3 +1,15 @@ +" + COPYRIGHT (c) 1995 by 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 + 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. +" + "{ Package: 'stx:libtool2' }" SimpleDialog subclass:#ColorEditor @@ -9,6 +21,20 @@ !ColorEditor class methodsFor:'documentation'! +copyright +" + COPYRIGHT (c) 1995 by 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 + 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. +" +! + documentation " An edit-dialog for colors.