stx_libbasic3.st
changeset 3881 fbcad0b96955
parent 3802 e75fc109ee4d
child 3883 f2e57dd37241
child 3917 9c1c11841dcb
--- a/stx_libbasic3.st	Wed May 27 16:26:30 2015 +0200
+++ b/stx_libbasic3.st	Fri Jun 26 13:12:28 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -258,7 +260,7 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012'
+    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 2012'
 
     "Modified: / 18-07-2012 / 19:11:26 / cg"
 !
@@ -290,16 +292,16 @@
 !stx_libbasic3 class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.92 2015-02-21 11:15:56 cg Exp $'
+    ^ '$Header$'
 ! !
 
 !stx_libbasic3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.92 2015-02-21 11:15:56 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: stx_libbasic3.st,v 1.92 2015-02-21 11:15:56 cg Exp $'
+    ^ '$Id$'
 ! !