summaryrefslogtreecommitdiff
path: root/websocket/_http.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-08-10 21:31:51 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-08-10 21:31:51 -0400
commitee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f (patch)
tree20758a044ec4f2bf2034deeb8964079a485acacb /websocket/_http.py
parentfbcbd438819f4957e86ac70c07434d08a9a1552a (diff)
downloadwebsocket-client-ee5e352ebfcb78dd944d6923ce775ee4fcb5fd7f.tar.gz
Transition from LGPL 2.1 license to Apache 2.0 - fix #697
Diffstat (limited to 'websocket/_http.py')
-rw-r--r--websocket/_http.py24
1 files changed, 11 insertions, 13 deletions
diff --git a/websocket/_http.py b/websocket/_http.py
index 98d221c..86b5478 100644
--- a/websocket/_http.py
+++ b/websocket/_http.py
@@ -1,22 +1,20 @@
"""
+_http.py
websocket - WebSocket client library for Python
-Copyright (C) 2010 Hiroki Ohtani(liris)
+Copyright 2021 engn33r
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
"""
import errno
import os