aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-12-25 11:39:28 +0100
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-12-25 11:39:28 +0100
commit0724b3e06420c521e0f3efc67b9ad7ea21f1a392 (patch)
tree0a4aa597b3caa98b32d30ada87816fe37cbb44d4 /LICENSE
parentFix panic in header parser (diff)
downloadfasthttp-0724b3e06420c521e0f3efc67b9ad7ea21f1a392.tar.gz
fasthttp-0724b3e06420c521e0f3efc67b9ad7ea21f1a392.tar.bz2
fasthttp-0724b3e06420c521e0f3efc67b9ad7ea21f1a392.zip
Update LICENSE formatting
For https://pkg.go.dev/github.com/valyala/fasthttp?tab=licenses we need to match the MIT license more accurately in formatting. See: https://play.golang.org/p/n_ZHW4KMhaI
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE24
1 files changed, 4 insertions, 20 deletions
diff --git a/LICENSE b/LICENSE
index b098914..24a5046 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,25 +1,9 @@
The MIT License (MIT)
-Copyright (c) 2015-present Aliaksandr Valialkin, VertaMedia
-Copyright (c) 2018-present Kirill Danshin
-Copyright (c) 2018-present Erik Dubbelboer
-Copyright (c) 2018-present FastHTTP Authors
+Copyright (c) 2015-present Aliaksandr Valialkin, VertaMedia, Kirill Danshin, Erik Dubbelboer, FastHTTP Authors
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.