FtpURI.st
changeset 1309 c752d54f4e09
parent 1286 cbf02dc8ddef
child 1310 948ed141b0b7
--- a/FtpURI.st	Fri Aug 29 21:31:33 2003 +0200
+++ b/FtpURI.st	Fri Aug 29 21:33:23 2003 +0200
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2002 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:libbasic2' }"
 
 HierarchicalURI subclass:#FtpURI
@@ -7,6 +19,21 @@
 	category:'Resources'
 !
 
+!FtpURI class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2002 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.
+"
+! !
 
 !FtpURI class methodsFor:'accessing'!
 
@@ -383,5 +410,5 @@
 !FtpURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FtpURI.st,v 1.13 2003-07-25 09:02:20 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/FtpURI.st,v 1.14 2003-08-29 19:33:20 cg Exp $'
 ! !