[Modify] Edit it

This commit is contained in:
sta 2022-02-14 21:08:53 +09:00
parent c91277c186
commit 7f1fb159b8

View File

@ -4,8 +4,8 @@
* *
* Some parts of this code are derived from Mono (http://www.mono-project.com): * Some parts of this code are derived from Mono (http://www.mono-project.com):
* - GetStatusDescription is derived from HttpListenerResponse.cs (System.Net) * - GetStatusDescription is derived from HttpListenerResponse.cs (System.Net)
* - isPredefinedScheme is derived from Uri.cs (System)
* - MaybeUri is derived from Uri.cs (System) * - MaybeUri is derived from Uri.cs (System)
* - isPredefinedScheme is derived from Uri.cs (System)
* *
* The MIT License * The MIT License
* *