stx_libview.st
branchjv
changeset 7716 3dba89415c91
parent 7202 fc488e2907c8
parent 7685 ed3a877ce971
child 7855 46203abe7d57
--- a/stx_libview.st	Fri Nov 18 21:26:33 2016 +0000
+++ b/stx_libview.st	Thu Nov 24 21:55:24 2016 +0000
@@ -1,6 +1,6 @@
 "
- COPYRIGHT (c) 2006 by eXept Software AG
-	      All Rights Reserved
+ COPYRIGHT (c) Claus Gittinger / 2006 by 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 / 2006 by 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
@@ -498,7 +498,9 @@
 companyName
     "Return a companyname which will appear in <lib>.rc"
 
-    ^ 'eXept Software AG'
+    ^ 'Claus Gittinger / eXept Software AG'
+
+    "Modified: / 18-11-2016 / 11:47:54 / cg"
 !
 
 description
@@ -512,9 +514,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:12:02 / cg"
+    "Modified: / 18-11-2016 / 12:19:05 / cg"
 !
 
 productName