From 03ca9342122a3f22fb83384dd500c5b1b8f102ae Mon Sep 17 00:00:00 2001 From: Julien Duroure Date: Wed, 22 May 2019 23:08:17 +0200 Subject: glTF: update copyright year --- io_scene_gltf2/io/com/gltf2_io.py | 2 +- io_scene_gltf2/io/com/gltf2_io_debug.py | 2 +- io_scene_gltf2/io/exp/gltf2_io_binary_data.py | 2 +- .../io/exp/gltf2_io_draco_compression_extension.py | 14 ++++++++++++++ io_scene_gltf2/io/exp/gltf2_io_export.py | 2 +- io_scene_gltf2/io/exp/gltf2_io_image_data.py | 2 +- io_scene_gltf2/io/imp/gltf2_io_binary.py | 2 +- io_scene_gltf2/io/imp/gltf2_io_gltf.py | 2 +- 8 files changed, 21 insertions(+), 7 deletions(-) (limited to 'io_scene_gltf2/io') diff --git a/io_scene_gltf2/io/com/gltf2_io.py b/io_scene_gltf2/io/com/gltf2_io.py index 1208c06a..790ab52c 100755 --- a/io_scene_gltf2/io/com/gltf2_io.py +++ b/io_scene_gltf2/io/com/gltf2_io.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/io_scene_gltf2/io/com/gltf2_io_debug.py b/io_scene_gltf2/io/com/gltf2_io_debug.py index 8db70c0c..7cdf864b 100755 --- a/io_scene_gltf2/io/com/gltf2_io_debug.py +++ b/io_scene_gltf2/io/com/gltf2_io_debug.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/io_scene_gltf2/io/exp/gltf2_io_binary_data.py b/io_scene_gltf2/io/exp/gltf2_io_binary_data.py index c4e0dd20..5661291c 100755 --- a/io_scene_gltf2/io/exp/gltf2_io_binary_data.py +++ b/io_scene_gltf2/io/exp/gltf2_io_binary_data.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/io_scene_gltf2/io/exp/gltf2_io_draco_compression_extension.py b/io_scene_gltf2/io/exp/gltf2_io_draco_compression_extension.py index 1eb8affb..c0450539 100644 --- a/io_scene_gltf2/io/exp/gltf2_io_draco_compression_extension.py +++ b/io_scene_gltf2/io/exp/gltf2_io_draco_compression_extension.py @@ -1,3 +1,17 @@ +# Copyright 2018-2019 The glTF-Blender-IO authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + import bpy import sys from ctypes import * diff --git a/io_scene_gltf2/io/exp/gltf2_io_export.py b/io_scene_gltf2/io/exp/gltf2_io_export.py index bbddb5ac..dcbdcba8 100755 --- a/io_scene_gltf2/io/exp/gltf2_io_export.py +++ b/io_scene_gltf2/io/exp/gltf2_io_export.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/io_scene_gltf2/io/exp/gltf2_io_image_data.py b/io_scene_gltf2/io/exp/gltf2_io_image_data.py index 89f5add9..a16207e8 100755 --- a/io_scene_gltf2/io/exp/gltf2_io_image_data.py +++ b/io_scene_gltf2/io/exp/gltf2_io_image_data.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/io_scene_gltf2/io/imp/gltf2_io_binary.py b/io_scene_gltf2/io/imp/gltf2_io_binary.py index 7a5dd13d..498d49e8 100755 --- a/io_scene_gltf2/io/imp/gltf2_io_binary.py +++ b/io_scene_gltf2/io/imp/gltf2_io_binary.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/io_scene_gltf2/io/imp/gltf2_io_gltf.py b/io_scene_gltf2/io/imp/gltf2_io_gltf.py index 50fe410a..f430027c 100755 --- a/io_scene_gltf2/io/imp/gltf2_io_gltf.py +++ b/io_scene_gltf2/io/imp/gltf2_io_gltf.py @@ -1,4 +1,4 @@ -# Copyright 2018 The glTF-Blender-IO authors. +# Copyright 2018-2019 The glTF-Blender-IO authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- cgit v1.2.3