stx_libbasic3.st
branchjv
changeset 4166 66a7a47f9253
parent 4041 71b5dc4ee4c0
parent 4154 3c343bb35a2e
child 4330 998eb03f0736
--- a/stx_libbasic3.st	Wed Sep 07 16:04:00 2016 +0100
+++ b/stx_libbasic3.st	Mon Nov 28 17:11:46 2016 +0000
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 2006 by eXept Software AG
+ COPYRIGHT (c) Claus Gittinger / 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 / eXept Software AG
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -42,6 +42,12 @@
 
     This library contains source-code-management, packaging, change and history related stuff.
     It is normally not required in end-user stand alone applications.
+
+    [author:]
+        cg
+
+    [primary maintainer:]
+        cg
 "
 ! !
 
@@ -218,7 +224,6 @@
         BeeProjectDefinitionWriter
         BeeProjectSourceWriter
         CVSSourceCodeManager
-        CVSVersionInfo
         ChangeSetDiffEntry
         ChangeSetDiffSet
         ClassChange
@@ -235,7 +240,6 @@
         NameSpaceCreationChange
         OtherChange
         PerforceSourceCodeManager
-        SVNVersionInfo
         SourceCodeManagerUtilitiesForContainerBasedManagers
         SourceCodeManagerUtilitiesForWorkspaceBasedManagers
         StoreSourceCodeManager
@@ -302,7 +306,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:34 / cg"
 !
 
 description
@@ -316,9 +322,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:26 / cg"
+    "Modified: / 18-11-2016 / 12:17:42 / cg"
 !
 
 productName