changed: #legalCopyright
authorClaus Gittinger <cg@exept.de>
Tue, 01 Feb 2011 11:58:37 +0100
changeset 5693 b6b2179daffa
parent 5692 3187401537b7
child 5694 745e72a0b8af
changed: #legalCopyright
stx_libview.st
--- a/stx_libview.st	Mon Jan 31 17:29:00 2011 +0100
+++ b/stx_libview.st	Tue Feb 01 11:58:37 2011 +0100
@@ -380,17 +380,17 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
+    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
 
-    "Modified: / 08-11-2007 / 16:59:07 / cg"
+    "Modified: / 01-02-2011 / 11:56:27 / cg"
 ! !
 
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.45 2011-01-23 01:46:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.46 2011-02-01 10:58:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.45 2011-01-23 01:46:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.46 2011-02-01 10:58:37 cg Exp $'
 ! !