FileDoesNotExistException.st
branchjv
changeset 18011 deb0c3355881
parent 17911 a99f15c5efa5
parent 13664 44ec0d965e57
child 18028 e39da2aa21bc
--- a/FileDoesNotExistException.st	Thu Dec 20 11:48:59 2012 +0000
+++ b/FileDoesNotExistException.st	Sat Jan 19 01:30:00 2013 +0000
@@ -1,14 +1,3 @@
-"
- 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:libbasic' }"
 
 OpenError subclass:#FileDoesNotExistException
@@ -18,35 +7,13 @@
 	category:'Kernel-Exceptions-Errors'
 !
 
-!FileDoesNotExistException 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.
-"
-! !
 
 !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.1 2011-09-09 05:13:24 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011/09/09 05:13:24 cg Exp §'
-!
-
-version_SVN
-    ^ '$Id: FileDoesNotExistException.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileDoesNotExistException.st,v 1.1 2011-09-09 05:13:24 cg Exp $'
 ! !
-
-
-