SourceCodeManagerError.st
changeset 1987 795a587f30db
parent 1455 0317eaf520d7
child 2474 e2ae4aa96602
--- a/SourceCodeManagerError.st	Tue Jan 22 23:31:10 2008 +0100
+++ b/SourceCodeManagerError.st	Tue Jan 22 23:31:42 2008 +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:libbasic3' }"
 
 Error subclass:#SourceCodeManagerError
@@ -7,9 +18,24 @@
 	category:'System-SourceCodeManagement'
 !
 
+!SourceCodeManagerError 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.
+"
+! !
 
 !SourceCodeManagerError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerError.st,v 1.1 2006-02-22 22:02:44 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerError.st,v 1.2 2008-01-22 22:31:42 cg Exp $'
 ! !