summaryrefslogtreecommitdiffstats
path: root/AssetLoader
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-17 04:20:58 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-17 04:20:58 +0000
commitf9ee0ffc8ec7ef5eb5b223e2887ca0a3e05e8729 (patch)
tree9c15a49a9f0181369aecb522ffb00e6f42e74dcc /AssetLoader
parentDXSDK Mesh loader: computing bounding boxes programmatically when loading the... (diff)
downloadDiligentTools-f9ee0ffc8ec7ef5eb5b223e2887ca0a3e05e8729.tar.gz
DiligentTools-f9ee0ffc8ec7ef5eb5b223e2887ca0a3e05e8729.zip
Updated copyright notice
Diffstat (limited to 'AssetLoader')
-rw-r--r--AssetLoader/interface/DXSDKMeshLoader.h2
-rw-r--r--AssetLoader/interface/GLTFLoader.h2
-rw-r--r--AssetLoader/src/DXSDKMeshLoader.cpp2
-rw-r--r--AssetLoader/src/GLTFLoader.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/AssetLoader/interface/DXSDKMeshLoader.h b/AssetLoader/interface/DXSDKMeshLoader.h
index c79d0dd..9881b10 100644
--- a/AssetLoader/interface/DXSDKMeshLoader.h
+++ b/AssetLoader/interface/DXSDKMeshLoader.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h
index a413c2a..3544da5 100644
--- a/AssetLoader/interface/GLTFLoader.h
+++ b/AssetLoader/interface/GLTFLoader.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/AssetLoader/src/DXSDKMeshLoader.cpp b/AssetLoader/src/DXSDKMeshLoader.cpp
index 97c61c9..e81d24e 100644
--- a/AssetLoader/src/DXSDKMeshLoader.cpp
+++ b/AssetLoader/src/DXSDKMeshLoader.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/AssetLoader/src/GLTFLoader.cpp b/AssetLoader/src/GLTFLoader.cpp
index 95fd50b..70d0348 100644
--- a/AssetLoader/src/GLTFLoader.cpp
+++ b/AssetLoader/src/GLTFLoader.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.