stx_libwidg2.st
branchjv
changeset 5341 e49874930486
parent 5300 6770b182f9c4
parent 5340 eae7af4a21e0
child 5814 70d07365a2d4
--- a/stx_libwidg2.st	Fri Nov 18 06:52:16 2016 +0100
+++ b/stx_libwidg2.st	Sat Nov 19 06:52:57 2016 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -24,7 +24,7 @@
 
 copyright
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) Claus Gittinger / 2006 by eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -278,7 +278,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:45 / cg"
 !
 
 description
@@ -290,9 +292,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:17 / cg"
+    "Modified: / 18-11-2016 / 12:19:25 / cg"
 !
 
 productName