automatic checkIn
authorClaus Gittinger <cg@exept.de>
Thu, 24 Aug 2006 15:12:11 +0200
changeset 1677 4a0f8194674b
parent 1676 ab89dc0b8f5a
child 1678 28ab6a97a27a
automatic checkIn
stx_libbasic2.st
--- a/stx_libbasic2.st	Thu Aug 24 15:12:10 2006 +0200
+++ b/stx_libbasic2.st	Thu Aug 24 15:12:11 2006 +0200
@@ -156,7 +156,7 @@
 !
 
 legalCopyright
-    "Return copyright string which will appear in <lib>.rc"
+    "Return a copyright string which will appear in <lib>.rc"
 
     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
 !
@@ -170,5 +170,5 @@
 !stx_libbasic2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.3 2006-08-24 13:10:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.4 2006-08-24 13:12:11 cg Exp $'
 ! !