PerforceSourceCodeManagerUtilities.st
changeset 13823 dd6e84508436
parent 13592 1e59bda02cf8
child 13926 70a1af3d7b8e
--- a/PerforceSourceCodeManagerUtilities.st	Wed Feb 05 19:57:30 2014 +0100
+++ b/PerforceSourceCodeManagerUtilities.st	Wed Feb 05 19:57:35 2014 +0100
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 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
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libtool' }"
 
 SourceCodeManagerUtilities subclass:#PerforceSourceCodeManagerUtilities
@@ -41,6 +52,21 @@
 	privateIn:PerforceSourceCodeManagerUtilities::WorkSpace
 !
 
+!PerforceSourceCodeManagerUtilities class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 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
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+! !
 
 !PerforceSourceCodeManagerUtilities class methodsFor:'class access'!
 
@@ -4099,10 +4125,10 @@
 !PerforceSourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/PerforceSourceCodeManagerUtilities.st,v 1.7 2013-09-28 12:54:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/PerforceSourceCodeManagerUtilities.st,v 1.8 2014-02-05 18:57:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/PerforceSourceCodeManagerUtilities.st,v 1.7 2013-09-28 12:54:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/PerforceSourceCodeManagerUtilities.st,v 1.8 2014-02-05 18:57:35 cg Exp $'
 ! !