summaryrefslogtreecommitdiff
path: root/amqp/connection.py
diff options
context:
space:
mode:
authorAdam Smith <FatalEnigma@users.noreply.github.com>2017-08-24 08:03:13 +0100
committerOmer Katz <omer.drow@gmail.com>2017-08-24 10:03:13 +0300
commitf4a54faca8174fb1e99e00792af25914d5d4bc41 (patch)
treeb9f647dea070761394c7734aaff8ca210a605861 /amqp/connection.py
parent2a5fc2dd92a92d39658ba66f21e5b7e9e5fdd3e3 (diff)
downloadpy-amqp-f4a54faca8174fb1e99e00792af25914d5d4bc41.tar.gz
Remove LGPL headers from source files as project has since changed to BSD (#163)
Diffstat (limited to 'amqp/connection.py')
-rw-r--r--amqp/connection.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/amqp/connection.py b/amqp/connection.py
index 2ed89fb..4bd86b7 100644
--- a/amqp/connection.py
+++ b/amqp/connection.py
@@ -1,19 +1,5 @@
"""AMQP Connections."""
# Copyright (C) 2007-2008 Barry Pederson <bp@barryp.org>
-#
-# 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.
-#
-# 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
from __future__ import absolute_import, unicode_literals
import logging