PerforceSourceCodeManagementSettingsAppl.st
changeset 10029 7a3812d7edc3
parent 9873 c17fe1531c2b
child 10482 fe11c90b9a54
--- a/PerforceSourceCodeManagementSettingsAppl.st	Fri Jul 01 16:47:48 2011 +0200
+++ b/PerforceSourceCodeManagementSettingsAppl.st	Fri Jul 01 16:57:58 2011 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2011 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' }"
 
 AbstractSourceCodeManagementSettingsAppl subclass:#PerforceSourceCodeManagementSettingsAppl
@@ -28,6 +39,21 @@
 	privateIn:PerforceSourceCodeManagementSettingsAppl
 !
 
+!PerforceSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2011 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.
+"
+! !
 
 !PerforceSourceCodeManagementSettingsAppl class methodsFor:'image specs'!
 
@@ -1158,5 +1184,9 @@
 !PerforceSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/PerforceSourceCodeManagementSettingsAppl.st,v 1.6 2011-04-20 10:55:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/PerforceSourceCodeManagementSettingsAppl.st,v 1.7 2011-07-01 14:57:58 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id§'
 ! !