From ab167d1c68edff1f6dc99168c6c7da7873ca32f6 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 9 Aug 2016 16:18:04 +0200 Subject: [PATCH] Clarify license situation (closes #26) The original author agreed to the BSD license by pushing mireq/minetest-mapper-cpp@07067f443d33eb8437a458335a863db78f9274f4 to his own repository. Thus the addition of a BSD license in commit 7e3e0a067c3a85f69d63f0849a1c621d45419ad9 was not a mistake and is valid. This commit removes the LGPL license and unnecessary FreeBSD mention in COPYING (which isn't part of BSD 2-Clause anyway). --- COPYING | 5 ----- LICENSE | 16 ---------------- 2 files changed, 21 deletions(-) delete mode 100644 LICENSE diff --git a/COPYING b/COPYING index be67a12..f123a7e 100644 --- a/COPYING +++ b/COPYING @@ -20,8 +20,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation are those -of the authors and should not be interpreted as representing official policies, -either expressed or implied, of the FreeBSD Project. - diff --git a/LICENSE b/LICENSE deleted file mode 100644 index bbe4239..0000000 --- a/LICENSE +++ /dev/null @@ -1,16 +0,0 @@ -Minetest Mapper C++ -Copyright (C) 2012 mireq, Miroslav Bendík - -This program 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 program 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 General Public License for more details. - -You should have received a copy of the GNU Lesser General Public License along -with this program; if not, write to the Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.