From f4a54faca8174fb1e99e00792af25914d5d4bc41 Mon Sep 17 00:00:00 2001 From: Adam Smith Date: Thu, 24 Aug 2017 08:03:13 +0100 Subject: Remove LGPL headers from source files as project has since changed to BSD (#163) --- amqp/connection.py | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'amqp/connection.py') 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 -# -# 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 -- cgit v1.2.1