changed: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 21 Dec 2011 13:05:45 +0100
changeset 2645 55c3b79cfb84
parent 2644 4d81c1be973d
child 2646 6735a726f7d3
changed: #documentation
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Mon Dec 19 09:38:46 2011 +0100
+++ b/CVSSourceCodeManager.st	Wed Dec 21 13:05:45 2011 +0100
@@ -120,9 +120,6 @@
     [see also:]
         ( cvs manual page :man: cvs )
         ( Coding style used in Smalltalk/X classes :html: programming/codingStyle.html )
-
-    [restrictions:]
-        commercial version only
 "
 !
 
@@ -5045,11 +5042,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.410 2011-10-31 10:45:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.411 2011-12-21 12:05:45 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.410 2011-10-31 10:45:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.411 2011-12-21 12:05:45 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!