*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 16 Feb 2009 14:09:43 +0100
changeset 5155 093ec96312d8
parent 5154 d843b49b1f83
child 5156 5ea17c7a9edf
*** empty log message ***
stx_libview.st
--- a/stx_libview.st	Mon Feb 16 13:01:11 2009 +0100
+++ b/stx_libview.st	Mon Feb 16 14:09:43 2009 +0100
@@ -318,7 +318,7 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008'
+    ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
 
     "Modified: / 08-11-2007 / 16:59:07 / cg"
 ! !
@@ -326,5 +326,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.26 2008-12-02 10:55:43 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.27 2009-02-16 13:09:43 cg Exp $'
 ! !