stx_libtool2.st
changeset 2381 5ff815f41813
parent 2307 1a2f58172d65
child 2466 bbd074067701
--- a/stx_libtool2.st	Wed Jul 23 00:31:45 2008 +0200
+++ b/stx_libtool2.st	Wed Jul 23 14:16:42 2008 +0200
@@ -12,10 +12,10 @@
 "{ Package: 'stx:libtool2' }"
 
 LibraryDefinition subclass:#stx_libtool2
-        instanceVariableNames:''
-        classVariableNames:''
-        poolDictionaries:''
-        category:'* Projects & Packages *'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'* Projects & Packages *'
 !
 
 !stx_libtool2 class methodsFor:'documentation'!
@@ -140,7 +140,7 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'
+    ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008'
 
     "Modified: / 08-11-2007 / 16:58:56 / cg"
 ! !