[Bf-extensions-cvs] [a0d43ae2] master: object_collection_manager: use GPL headers for all files

Campbell Barton noreply at git.blender.org
Mon Dec 9 11:27:35 CET 2019


Commit: a0d43ae2230fc0cd6768ffe7929fcbebd40d6555
Author: Campbell Barton
Date:   Mon Dec 9 21:05:05 2019 +1100
Branches: master
https://developer.blender.org/rBAa0d43ae2230fc0cd6768ffe7929fcbebd40d6555

object_collection_manager: use GPL headers for all files

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

M	object_collection_manager/internals.py
M	object_collection_manager/operators.py
M	object_collection_manager/ui.py

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

diff --git a/object_collection_manager/internals.py b/object_collection_manager/internals.py
index 8b440ce8..fc186684 100644
--- a/object_collection_manager/internals.py
+++ b/object_collection_manager/internals.py
@@ -1,3 +1,23 @@
+# ##### 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 #####
+
+# Copyright 2011, Ryan Inch
+
 from bpy.types import PropertyGroup
 from bpy.props import StringProperty
 
diff --git a/object_collection_manager/operators.py b/object_collection_manager/operators.py
index 85a5a822..e88ce038 100644
--- a/object_collection_manager/operators.py
+++ b/object_collection_manager/operators.py
@@ -1,3 +1,23 @@
+# ##### 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 #####
+
+# Copyright 2011, Ryan Inch
+
 import bpy
 from bpy.types import Operator
 from bpy.props import (
diff --git a/object_collection_manager/ui.py b/object_collection_manager/ui.py
index b48f2535..7c7f791e 100644
--- a/object_collection_manager/ui.py
+++ b/object_collection_manager/ui.py
@@ -1,3 +1,23 @@
+# ##### 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 #####
+
+# Copyright 2011, Ryan Inch
+
 from bpy.types import (
     Operator,
     Panel,



More information about the Bf-extensions-cvs mailing list