stx_libbasic.st
changeset 10786 e9cd8d487baf
parent 10784 c4415cb4efd4
child 10832 35eb2dbd5e0c
--- a/stx_libbasic.st	Thu Nov 08 16:50:09 2007 +0100
+++ b/stx_libbasic.st	Thu Nov 08 17:00:23 2007 +0100
@@ -457,11 +457,13 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
+    ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'
+
+    "Modified: / 08-11-2007 / 16:58:06 / cg"
 ! !
 
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.38 2007-11-08 15:47:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.39 2007-11-08 16:00:23 cg Exp $'
 ! !