stx_libbasic2.st
branchjv
changeset 4216 fe610b39facb
parent 4215 195c5c496e71
parent 4209 c1651ea1e426
child 4681 87d6e69daf7b
--- a/stx_libbasic2.st	Fri Nov 18 22:45:43 2016 +0000
+++ b/stx_libbasic2.st	Thu Nov 24 06:40:25 2016 +0100
@@ -1,6 +1,6 @@
 "
- COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+ COPYRIGHT (c) Claus Gittinger / eXept Software AG
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -24,8 +24,8 @@
 
 copyright
 "
- COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+ COPYRIGHT (c) Claus Gittinger / eXept Software AG
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -48,6 +48,12 @@
 
     Most real world applications will include this, but it is possible to create
     small standAlone apps which do not need it.
+
+    [author:]
+        cg
+
+    [primary maintainer:]
+        cg
 "
 ! !
 
@@ -424,7 +430,9 @@
 companyName
     "Return a companyname which will appear in <lib>.rc"
 
-    ^ 'eXept Software AG'
+    ^ 'Claus Gittinger / eXept Software AG'
+
+    "Modified: / 18-11-2016 / 11:48:36 / cg"
 !
 
 description
@@ -438,9 +446,9 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 2012'
+    ^ 'Copyright Claus Gittinger 1988\nCopyright eXept Software AG 2012'
 
-    "Modified: / 18-07-2012 / 19:11:22 / cg"
+    "Modified: / 18-11-2016 / 12:17:38 / cg"
 !
 
 productName