]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/uri.h
'[1219035] cleanup: miscellaneous' and minor source cleaning.
[wxWidgets.git] / include / wx / uri.h
index b81159a3af9c2c8c3de2f9642f29c605cd7583c8..0fc434d16e37e640d82c66a151ea3541943066e3 100644 (file)
@@ -5,7 +5,8 @@
 // Modified By:
 // Created:     07/01/2004
 // RCS-ID:      $Id$
-// Licence:     wxWindows
+// Copyright:   (c) Ryan Norton
+// Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_URI_H_
@@ -49,9 +50,7 @@ enum wxURIFlags
 
 // Generic class for parsing URIs.
 //
-// Originally based off of RFC 2396 - then
-// extended to meet the newer RFC 2396.bis
-// specifications.
+// See RFC 3986
 class WXDLLIMPEXP_BASE wxURI : public wxObject
 {
 public: