diff -r 31072e3cb2e3 -r 67342904af11 Symbol.st --- a/Symbol.st Wed Oct 13 01:20:27 1993 +0100 +++ b/Symbol.st Wed Oct 13 03:14:32 1993 +0100 @@ -1,5 +1,5 @@ " - COPYRIGHT (c) 1988-93 by Claus Gittinger + COPYRIGHT (c) 1988 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used @@ -19,14 +19,14 @@ Symbol comment:' -COPYRIGHT (c) 1988-93 by Claus Gittinger +COPYRIGHT (c) 1988 by Claus Gittinger All Rights Reserved Symbols represent unique strings - every symbol with same printString exists exactly once in the system; Symbols are used for selectors, global variable-keys etc. -$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.3 1993-10-13 00:18:36 claus Exp $ +$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.4 1993-10-13 02:14:07 claus Exp $ '! !Symbol class methodsFor:'instance creation'!