stx_libwidg2.st
changeset 3273 8afdbf216baa
parent 3272 2ff54b81e134
child 3378 5397503d7280
--- a/stx_libwidg2.st	Thu Nov 08 16:46:49 2007 +0100
+++ b/stx_libwidg2.st	Thu Nov 08 17:01:06 2007 +0100
@@ -213,11 +213,13 @@
 legalCopyright
     "Return 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:59:28 / cg"
 ! !
 
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.26 2007-11-08 15:46:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.27 2007-11-08 16:01:06 cg Exp $'
 ! !