changed: #legalcopyright
authorClaus Gittinger <cg@exept.de>
Wed, 18 Jul 2012 19:12:42 +0200
changeset 2894 1a0285e2c239
parent 2893 feb4eeba44ad
child 2895 2b939399b83b
changed: #legalcopyright
stx_libtool2.st
--- a/stx_libtool2.st	Tue Jul 17 14:37:18 2012 +0200
+++ b/stx_libtool2.st	Wed Jul 18 19:12:42 2012 +0200
@@ -166,9 +166,9 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
+    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012'
 
-    "Modified: / 01-02-2011 / 11:56:21 / cg"
+    "Modified: / 18-07-2012 / 19:11:56 / cg"
 ! !
 
 !stx_libtool2 class methodsFor:'documentation'!