From 649925ea2277d5652ec95f06409a726835f299f5 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Fri, 27 Mar 2009 01:40:50 -0300
Subject: [PATCH 02/48] python2: Remove redundant license file

There's no need for a binding-specific license because everything in the
project is in the public domain, as stated in the top-level LICENSE file.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 bindings/python2/LICENSE |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)
 delete mode 100644 bindings/python2/LICENSE

diff --git a/bindings/python2/LICENSE b/bindings/python2/LICENSE
deleted file mode 100644
index edb80f0..0000000
--- a/bindings/python2/LICENSE
+++ /dev/null
@@ -1,30 +0,0 @@
-
-I don't like licenses, because I don't like having to worry about all this
-legal stuff just for a simple piece of software I don't really mind anyone
-using. But I also believe that it's important that people share and give back;
-so I'm placing this work under the following license.
-
-
-BOLA - Buena Onda License Agreement (v1.0)
-------------------------------------------
-
-This work is provided 'as-is', without any express or implied warranty. In no
-event will the authors be held liable for any damages arising from the use of
-this work.
-
-To all effects and purposes, this work is to be considered Public Domain.
-
-
-However, if you want to be "buena onda", you should:
-
-1. Not take credit for it, and give proper recognition to the authors.
-2. Share your modifications, so everybody benefits from them.
-4. Do something nice for the authors.
-5. Help someone who needs it: sign up for some volunteer work or help your
-   neighbour paint the house.
-6. Don't waste. Anything, but specially energy that comes from natural
-   non-renewable resources. Extra points if you discover or invent something
-   to replace them.
-7. Be tolerant. Everything that's good in nature comes from cooperation.
-
-
-- 
1.6.2.2.646.gb214

