*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Aug 2003 21:33:23 +0200
changeset 1309 c752d54f4e09
parent 1308 d7bea6d0b3b6
child 1310 948ed141b0b7
*** empty log message ***
FileURI.st
FtpURI.st
HierarchicalURI.st
HttpURI.st
URI.st
--- a/FileURI.st	Fri Aug 29 21:31:33 2003 +0200
+++ b/FileURI.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:#FileURI
@@ -7,6 +19,21 @@
 	category:'Resources'
 !
 
+!FileURI 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.
+"
+! !
 
 !FileURI class methodsFor:'instance creation'!
 
@@ -314,5 +341,5 @@
 !FileURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FileURI.st,v 1.9 2003-07-24 09:29:43 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/FileURI.st,v 1.10 2003-08-29 19:32:54 cg Exp $'
 ! !
--- 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 $'
 ! !
--- a/HierarchicalURI.st	Fri Aug 29 21:31:33 2003 +0200
+++ b/HierarchicalURI.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' }"
 
 URI subclass:#HierarchicalURI
@@ -9,6 +21,20 @@
 
 !HierarchicalURI 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.
+"
+!
+
 documentation
 "
     Hierarchical URI as defined in RFC2396:
@@ -547,5 +573,5 @@
 !HierarchicalURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/HierarchicalURI.st,v 1.9 2003-07-27 17:44:44 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/HierarchicalURI.st,v 1.10 2003-08-29 19:33:23 cg Exp $'
 ! !
--- a/HttpURI.st	Fri Aug 29 21:31:33 2003 +0200
+++ b/HttpURI.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:#HttpURI
@@ -7,6 +19,21 @@
 	category:'Resources'
 !
 
+!HttpURI 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.
+"
+! !
 
 !HttpURI class methodsFor:'accessing'!
 
@@ -60,5 +87,5 @@
 !HttpURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/HttpURI.st,v 1.2 2003-07-14 13:03:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/HttpURI.st,v 1.3 2003-08-29 19:33:18 cg Exp $'
 ! !
--- a/URI.st	Fri Aug 29 21:31:33 2003 +0200
+++ b/URI.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' }"
 
 Object subclass:#URI
@@ -7,6 +19,21 @@
 	category:'Resources'
 !
 
+!URI 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.
+"
+! !
 
 !URI class methodsFor:'instance creation'!
 
@@ -267,5 +294,5 @@
 !URI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.8 2003-07-14 13:03:41 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/URI.st,v 1.9 2003-08-29 19:33:21 cg Exp $'
 ! !