summaryrefslogtreecommitdiff
path: root/websocket/__init__.py
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-02-22 22:06:01 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-02-22 23:18:57 -0500
commit6eaed48d49ea6a1a792b152a477bf9026f0c29b4 (patch)
treec8b5e5831a8c06675653774e2b5897b31c1df4e0 /websocket/__init__.py
parent833a3df1f956e3eaf8e4dbcddd19b5abd4263958 (diff)
downloadwebsocket-client-6eaed48d49ea6a1a792b152a477bf9026f0c29b4.tar.gz
Fix #526 by reverting invalid BSD license migration in commit e94ed9e to return to LGPL2.1
Diffstat (limited to 'websocket/__init__.py')
-rw-r--r--websocket/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/websocket/__init__.py b/websocket/__init__.py
index 605f76c..09728b3 100644
--- a/websocket/__init__.py
+++ b/websocket/__init__.py
@@ -15,8 +15,7 @@ Copyright (C) 2010 Hiroki Ohtani(liris)
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-1335 USA
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""
from ._abnf import *