Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2021-02-25 21:10:01 +0300
committerJulien Duroure <julien.duroure@gmail.com>2021-02-25 21:10:01 +0300
commit0ad4a0c25dcda3fd8b9173d194a9cc6599780665 (patch)
treed08ac84b388d1b49033e81a743705e5f09eb49f2 /io_scene_gltf2/io/imp
parent8d24537a6e9c6e39f7d18d1bf3f4d162a85edd11 (diff)
glTF: update copyright year
Diffstat (limited to 'io_scene_gltf2/io/imp')
-rwxr-xr-xio_scene_gltf2/io/imp/__init__.py2
-rwxr-xr-xio_scene_gltf2/io/imp/gltf2_io_binary.py2
-rwxr-xr-xio_scene_gltf2/io/imp/gltf2_io_gltf.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/io_scene_gltf2/io/imp/__init__.py b/io_scene_gltf2/io/imp/__init__.py
index 15e503a2..666fdf3f 100755
--- a/io_scene_gltf2/io/imp/__init__.py
+++ b/io_scene_gltf2/io/imp/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2018 The glTF-Blender-IO authors.
+# Copyright 2018-2021 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 fddc8030..bbeb0db4 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-2019 The glTF-Blender-IO authors.
+# Copyright 2018-2021 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 f0e23ea1..aa9bda38 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-2019 The glTF-Blender-IO authors.
+# Copyright 2018-2021 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.