X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed6d701058e7555fba0764fcf97b475a5052015f..84ec90e90a90bc9b5a284b5c2e44b05349add5f6:/include/wx/uri.h

diff --git a/include/wx/uri.h b/include/wx/uri.h
index b81159a3af..0fc434d16e 100644
--- a/include/wx/uri.h
+++ b/include/wx/uri.h
@@ -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: