diff --git a/release/scripts/modules/bpy_ext/Object.py b/release/scripts/modules/bpy_ext/Object.py index 6419e1f1017..d1916b23150 100644 --- a/release/scripts/modules/bpy_ext/Object.py +++ b/release/scripts/modules/bpy_ext/Object.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy class_obj = bpy.types.Object diff --git a/release/scripts/modules/bpy_ext/__init__.py b/release/scripts/modules/bpy_ext/__init__.py index a20a5ff8b8c..ab0bd31edca 100644 --- a/release/scripts/modules/bpy_ext/__init__.py +++ b/release/scripts/modules/bpy_ext/__init__.py @@ -1 +1,6 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy_ext.Object diff --git a/release/scripts/modules/bpy_ops.py b/release/scripts/modules/bpy_ops.py index ce6e85da4e7..a9fa16f313f 100644 --- a/release/scripts/modules/bpy_ops.py +++ b/release/scripts/modules/bpy_ops.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + # for slightly faster access from bpy.__ops__ import add as op_add from bpy.__ops__ import remove as op_remove diff --git a/release/scripts/modules/bpy_sys.py b/release/scripts/modules/bpy_sys.py index a56d2dc62f1..01c4dfda910 100644 --- a/release/scripts/modules/bpy_sys.py +++ b/release/scripts/modules/bpy_sys.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy import os diff --git a/release/scripts/modules/dynamic_menu.py b/release/scripts/modules/dynamic_menu.py index 664271ab33f..61778ec9223 100644 --- a/release/scripts/modules/dynamic_menu.py +++ b/release/scripts/modules/dynamic_menu.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy def collect_baseclasses(_class, bases): diff --git a/release/scripts/ui/properties_data_armature.py b/release/scripts/ui/properties_data_armature.py index b4abce01e4d..45ad29c0a6b 100644 --- a/release/scripts/ui/properties_data_armature.py +++ b/release/scripts/ui/properties_data_armature.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_bone.py b/release/scripts/ui/properties_data_bone.py index 962cb871377..641fdfa4aaa 100644 --- a/release/scripts/ui/properties_data_bone.py +++ b/release/scripts/ui/properties_data_bone.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_camera.py b/release/scripts/ui/properties_data_camera.py index f0c39dc2593..d28097712d7 100644 --- a/release/scripts/ui/properties_data_camera.py +++ b/release/scripts/ui/properties_data_camera.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_curve.py b/release/scripts/ui/properties_data_curve.py index fdb24cab2b1..7863e064522 100644 --- a/release/scripts/ui/properties_data_curve.py +++ b/release/scripts/ui/properties_data_curve.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_empty.py b/release/scripts/ui/properties_data_empty.py index 5fe864ee7a2..6fecf80d204 100644 --- a/release/scripts/ui/properties_data_empty.py +++ b/release/scripts/ui/properties_data_empty.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_lamp.py b/release/scripts/ui/properties_data_lamp.py index c7c25bfd090..391ffa758ba 100644 --- a/release/scripts/ui/properties_data_lamp.py +++ b/release/scripts/ui/properties_data_lamp.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_lattice.py b/release/scripts/ui/properties_data_lattice.py index fa3451ce5e6..7d3bbdde38e 100644 --- a/release/scripts/ui/properties_data_lattice.py +++ b/release/scripts/ui/properties_data_lattice.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_mesh.py b/release/scripts/ui/properties_data_mesh.py index c9141a59bf4..f17cba3b3a3 100644 --- a/release/scripts/ui/properties_data_mesh.py +++ b/release/scripts/ui/properties_data_mesh.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_metaball.py b/release/scripts/ui/properties_data_metaball.py index 8176041e1cc..d0310617afa 100644 --- a/release/scripts/ui/properties_data_metaball.py +++ b/release/scripts/ui/properties_data_metaball.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy class DataButtonsPanel(bpy.types.Panel): diff --git a/release/scripts/ui/properties_data_modifier.py b/release/scripts/ui/properties_data_modifier.py index a256d20a314..a5f8b20d8a2 100644 --- a/release/scripts/ui/properties_data_modifier.py +++ b/release/scripts/ui/properties_data_modifier.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_data_text.py b/release/scripts/ui/properties_data_text.py index 873da4ad17d..94e61c44e0a 100644 --- a/release/scripts/ui/properties_data_text.py +++ b/release/scripts/ui/properties_data_text.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_game.py b/release/scripts/ui/properties_game.py index af67512dd3e..357d096f28d 100644 --- a/release/scripts/ui/properties_game.py +++ b/release/scripts/ui/properties_game.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_material.py b/release/scripts/ui/properties_material.py index 9131b5284f7..ac4d26ecb4f 100644 --- a/release/scripts/ui/properties_material.py +++ b/release/scripts/ui/properties_material.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_object.py b/release/scripts/ui/properties_object.py index a5705277a6e..e197586cf42 100644 --- a/release/scripts/ui/properties_object.py +++ b/release/scripts/ui/properties_object.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_object_constraint.py b/release/scripts/ui/properties_object_constraint.py index de3db7cbe40..a8c7201c45f 100644 --- a/release/scripts/ui/properties_object_constraint.py +++ b/release/scripts/ui/properties_object_constraint.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_particle.py b/release/scripts/ui/properties_particle.py index e23c8ddd70c..256c580f48d 100644 --- a/release/scripts/ui/properties_particle.py +++ b/release/scripts/ui/properties_particle.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_physics_cloth.py b/release/scripts/ui/properties_physics_cloth.py index f2d8842d103..4fcaed30ec0 100644 --- a/release/scripts/ui/properties_physics_cloth.py +++ b/release/scripts/ui/properties_physics_cloth.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_physics_common.py b/release/scripts/ui/properties_physics_common.py index bc2b9662d1e..4839f061963 100644 --- a/release/scripts/ui/properties_physics_common.py +++ b/release/scripts/ui/properties_physics_common.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy def point_cache_ui(self, cache, enabled, particles, smoke): diff --git a/release/scripts/ui/properties_physics_field.py b/release/scripts/ui/properties_physics_field.py index fd2dc43b09c..c6a5d373d95 100644 --- a/release/scripts/ui/properties_physics_field.py +++ b/release/scripts/ui/properties_physics_field.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_physics_fluid.py b/release/scripts/ui/properties_physics_fluid.py index cdef3f88185..f0801a15459 100644 --- a/release/scripts/ui/properties_physics_fluid.py +++ b/release/scripts/ui/properties_physics_fluid.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_physics_smoke.py b/release/scripts/ui/properties_physics_smoke.py index 77c1250fbb2..cd5bbecc9d6 100644 --- a/release/scripts/ui/properties_physics_smoke.py +++ b/release/scripts/ui/properties_physics_smoke.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_physics_softbody.py b/release/scripts/ui/properties_physics_softbody.py index 24183611d95..32b0a6459b5 100644 --- a/release/scripts/ui/properties_physics_softbody.py +++ b/release/scripts/ui/properties_physics_softbody.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_render.py b/release/scripts/ui/properties_render.py index 2e437b671e5..65410e7d64e 100644 --- a/release/scripts/ui/properties_render.py +++ b/release/scripts/ui/properties_render.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_scene.py b/release/scripts/ui/properties_scene.py index 9a2d7af4495..e87807ddfab 100644 --- a/release/scripts/ui/properties_scene.py +++ b/release/scripts/ui/properties_scene.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/properties_texture.py b/release/scripts/ui/properties_texture.py index 29f11789ba6..d5f475bcdc8 100644 --- a/release/scripts/ui/properties_texture.py +++ b/release/scripts/ui/properties_texture.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy def active_node_mat(mat): diff --git a/release/scripts/ui/properties_world.py b/release/scripts/ui/properties_world.py index 7078a48b72e..b36307d10b6 100644 --- a/release/scripts/ui/properties_world.py +++ b/release/scripts/ui/properties_world.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_buttons.py b/release/scripts/ui/space_buttons.py index 42cdac9ce24..a500862e93d 100644 --- a/release/scripts/ui/space_buttons.py +++ b/release/scripts/ui/space_buttons.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_console.py b/release/scripts/ui/space_console.py index 9bcd98be49e..6e2c06ad7c8 100644 --- a/release/scripts/ui/space_console.py +++ b/release/scripts/ui/space_console.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import sys import bpy diff --git a/release/scripts/ui/space_filebrowser.py b/release/scripts/ui/space_filebrowser.py index b73d5b6486e..fddea323895 100644 --- a/release/scripts/ui/space_filebrowser.py +++ b/release/scripts/ui/space_filebrowser.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_image.py b/release/scripts/ui/space_image.py index 4466a5d236f..3a12c35930a 100644 --- a/release/scripts/ui/space_image.py +++ b/release/scripts/ui/space_image.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py index b127d6288dc..435a6ad54b4 100644 --- a/release/scripts/ui/space_info.py +++ b/release/scripts/ui/space_info.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_logic.py b/release/scripts/ui/space_logic.py index cd2f2262ef6..9e9f9bd3394 100644 --- a/release/scripts/ui/space_logic.py +++ b/release/scripts/ui/space_logic.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy class LOGIC_PT_properties(bpy.types.Panel): diff --git a/release/scripts/ui/space_node.py b/release/scripts/ui/space_node.py index 2a8d4de2c4b..e6bac031c56 100644 --- a/release/scripts/ui/space_node.py +++ b/release/scripts/ui/space_node.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_outliner.py b/release/scripts/ui/space_outliner.py index 384e49a1276..e2aeb92f19d 100644 --- a/release/scripts/ui/space_outliner.py +++ b/release/scripts/ui/space_outliner.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_sequencer.py b/release/scripts/ui/space_sequencer.py index 75bd9edc8d0..10a3f1da3cb 100644 --- a/release/scripts/ui/space_sequencer.py +++ b/release/scripts/ui/space_sequencer.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_text.py b/release/scripts/ui/space_text.py index 75bfd21bf88..e2d5e69cb8c 100644 --- a/release/scripts/ui/space_text.py +++ b/release/scripts/ui/space_text.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_time.py b/release/scripts/ui/space_time.py index 1322d774ebe..7408868f10a 100644 --- a/release/scripts/ui/space_time.py +++ b/release/scripts/ui/space_time.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_userpref.py b/release/scripts/ui/space_userpref.py index 2c129e50463..4588fb42088 100644 --- a/release/scripts/ui/space_userpref.py +++ b/release/scripts/ui/space_userpref.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_view3d.py b/release/scripts/ui/space_view3d.py index 5eefc1b5950..f5c7c6c9e24 100644 --- a/release/scripts/ui/space_view3d.py +++ b/release/scripts/ui/space_view3d.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py index ed58b6d486a..11e5abc061c 100644 --- a/release/scripts/ui/space_view3d_toolbar.py +++ b/release/scripts/ui/space_view3d_toolbar.py @@ -1,3 +1,8 @@ +# This software is distributable under the terms of the GNU +# General Public License (GPL) v2, the text of which can be found at +# http://www.gnu.org/copyleft/gpl.html. Installing, importing or otherwise +# using this module constitutes acceptance of the terms of this License. + import bpy