[Bf-extensions-cvs] [f1944b2] dxf_import: Fix headers (some missing GPL headers, removed 'custom' ones).

Bastien Montagne noreply at git.blender.org
Fri Aug 15 12:38:32 CEST 2014


Commit: f1944b2c955dbbfe84e6791359e163709138c028
Author: Bastien Montagne
Date:   Fri Aug 15 12:34:26 2014 +0200
Branches: dxf_import
https://developer.blender.org/rBAf1944b2c955dbbfe84e6791359e163709138c028

Fix headers (some missing GPL headers, removed 'custom' ones).

Authors are already listed in addon's bl_info (and found in git history too),
no need really to add extra info here - in case it would really be wanted,
better to add 'Contributor(s)' lines in GPL headers, as in main Blender source files.

===================================================================

M	io_import_dxf/__init__.py
M	io_import_dxf/dxfimport/convert.py
M	io_import_dxf/dxfimport/do.py
M	io_import_dxf/dxfimport/fake_entities.py
M	io_import_dxf/dxfimport/groupsort.py
M	io_import_dxf/dxfimport/is_.py
M	io_import_dxf/dxfimport/line_merger.py
M	io_import_dxf/transverse_mercator.py

===================================================================

diff --git a/io_import_dxf/__init__.py b/io_import_dxf/__init__.py
index 25adb7c..b14d966 100644
--- a/io_import_dxf/__init__.py
+++ b/io_import_dxf/__init__.py
@@ -1,7 +1,3 @@
-# Created: DEC 2013
-# Author: Lukas Treyer
-# License: GPL2+
-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
@@ -37,7 +33,7 @@ except:
 
 bl_info = {
     "name": "Import AutoCAD DXF Format (.dxf)",
-    "author": "Lukas Treyer, Manfred Moitzi (support + dxfgrabber library)",
+    "author": "Lukas Treyer, Manfred Moitzi (support + dxfgrabber library), Vladimir Elistratov",
     "version": (0, 8, 4),
     "blender": (2, 7, 1),
     "location": "File > Import > AutoCAD DXF",
diff --git a/io_import_dxf/dxfimport/convert.py b/io_import_dxf/dxfimport/convert.py
index 7c97ad1..64df5c3 100644
--- a/io_import_dxf/dxfimport/convert.py
+++ b/io_import_dxf/dxfimport/convert.py
@@ -1,7 +1,3 @@
-# Created: MAY 2014
-# Author: Lukas Treyer
-# License: GPL2+
-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/io_import_dxf/dxfimport/do.py b/io_import_dxf/dxfimport/do.py
index 09dcadd..0e39c5a 100644
--- a/io_import_dxf/dxfimport/do.py
+++ b/io_import_dxf/dxfimport/do.py
@@ -1,6 +1,20 @@
-# Created: MAY 2014
-# Author: Lukas Treyer
-# License: GPL
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+#  This program is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU General Public License
+#  as published by the Free Software Foundation; either version 2
+#  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 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.
+#
+# ##### END GPL LICENSE BLOCK #####
 
 # <pep8 compliant>
 
diff --git a/io_import_dxf/dxfimport/fake_entities.py b/io_import_dxf/dxfimport/fake_entities.py
index 60c8a26..a3df42f 100644
--- a/io_import_dxf/dxfimport/fake_entities.py
+++ b/io_import_dxf/dxfimport/fake_entities.py
@@ -1,7 +1,3 @@
-# Created: MAY 2014
-# Author: Lukas Treyer
-# License: GPL2+
-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/io_import_dxf/dxfimport/groupsort.py b/io_import_dxf/dxfimport/groupsort.py
index 81cec22..9722d05 100644
--- a/io_import_dxf/dxfimport/groupsort.py
+++ b/io_import_dxf/dxfimport/groupsort.py
@@ -1,7 +1,3 @@
-# Created: MAY 2014
-# Author: Lukas Treyer
-# License: GPL2+
-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/io_import_dxf/dxfimport/is_.py b/io_import_dxf/dxfimport/is_.py
index 37724b6..38928aa 100644
--- a/io_import_dxf/dxfimport/is_.py
+++ b/io_import_dxf/dxfimport/is_.py
@@ -1,7 +1,3 @@
-# Created: MAY 2014
-# Author: Lukas Treyer
-# License: GPL2+
-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/io_import_dxf/dxfimport/line_merger.py b/io_import_dxf/dxfimport/line_merger.py
index f281eb3..c703614 100644
--- a/io_import_dxf/dxfimport/line_merger.py
+++ b/io_import_dxf/dxfimport/line_merger.py
@@ -1,7 +1,3 @@
-# Created: MAY 2014
-# Author: Manfred Moitzi <mozman at gmx.at>
-# License: GPL2+
-
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/io_import_dxf/transverse_mercator.py b/io_import_dxf/transverse_mercator.py
index 21923c1..84b155b 100644
--- a/io_import_dxf/transverse_mercator.py
+++ b/io_import_dxf/transverse_mercator.py
@@ -1,6 +1,20 @@
-# Created: JULY 2014
-# Author: Vladimir Elistratov, Lukas Treyer
-# License: GPL2+
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+#  This program is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU General Public License
+#  as published by the Free Software Foundation; either version 2
+#  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 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.
+#
+# ##### END GPL LICENSE BLOCK #####
 
 # <pep8 compliant>



More information about the Bf-extensions-cvs mailing list