From a050eb35041cc6c1d27d07cd03c281a0a439bbf2 Mon Sep 17 00:00:00 2001 From: Iwo Herka Date: Wed, 30 May 2018 17:04:11 +0200 Subject: [PATCH] Remove remaining license notices (#3) --- eav/__init__.py | 18 ------------------ setup.py | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/eav/__init__.py b/eav/__init__.py index d41b1cc..b6e368d 100644 --- a/eav/__init__.py +++ b/eav/__init__.py @@ -1,21 +1,3 @@ -#!/usr/bin/env python -# -# This software is derived from EAV-Django originally written and -# copyrighted by Andrey Mikhaylenko -# -# This 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 3 of the License, or -# (at your option) any later version. -# -# This software 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 EAV-Django. If not, see . - VERSION = (0, 9, 2) def get_version(): diff --git a/setup.py b/setup.py index 0957f50..c6b4c6c 100755 --- a/setup.py +++ b/setup.py @@ -1,21 +1,3 @@ -#!/usr/bin/env python -# vim: ai ts=4 sts=4 et sw=4 coding=utf-8 -# -# This software is derived from EAV-Django originally written and -# copyrighted by Andrey Mikhaylenko -# -# This 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 3 of the License, or -# (at your option) any later version. -# -# This software 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 EAV-Django. If not, see . from distutils.core import setup setup(