added: #copyright
authorClaus Gittinger <cg@exept.de>
Wed, 06 Mar 2013 18:07:42 +0100
changeset 14835 ef4642596133
parent 14834 d54330e59dcd
child 14836 8322ad4e8ad3
added: #copyright
FileDoesNotExistException.st
--- a/FileDoesNotExistException.st	Wed Mar 06 15:18:55 2013 +0100
+++ b/FileDoesNotExistException.st	Wed Mar 06 18:07:42 2013 +0100
@@ -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:libbasic' }"
 
 OpenError subclass:#FileDoesNotExistException
@@ -7,13 +18,30 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
+!FileDoesNotExistException 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.
+
+"
+! !
 
 !FileDoesNotExistException class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011-09-09 05:13:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.2 2013-03-06 17:07:42 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011-09-09 05:13:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.2 2013-03-06 17:07:42 cg Exp $'
 ! !
+