diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-01-01 18:31:25 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-01-01 18:31:25 +0000 |
| commit | ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123 (patch) | |
| tree | 3b27ed85995f9fa95b5c9882ee588df84572daef /NativeApp/include | |
| parent | GLTFLoader: added convenience constructor for Model::CreateInfo (diff) | |
| download | DiligentTools-ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123.tar.gz DiligentTools-ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123.zip | |
Updated copyright notice
Diffstat (limited to 'NativeApp/include')
| -rw-r--r-- | NativeApp/include/AppBase.hpp | 2 | ||||
| -rw-r--r-- | NativeApp/include/NativeAppBase.hpp | 2 | ||||
| -rw-r--r-- | NativeApp/include/Win32/Win32AppBase.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/NativeApp/include/AppBase.hpp b/NativeApp/include/AppBase.hpp index 0817226..34d99fa 100644 --- a/NativeApp/include/AppBase.hpp +++ b/NativeApp/include/AppBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/NativeApp/include/NativeAppBase.hpp b/NativeApp/include/NativeAppBase.hpp index b37ef91..803e8ad 100644 --- a/NativeApp/include/NativeAppBase.hpp +++ b/NativeApp/include/NativeAppBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/NativeApp/include/Win32/Win32AppBase.hpp b/NativeApp/include/Win32/Win32AppBase.hpp index 8e9553c..8d2ec09 100644 --- a/NativeApp/include/Win32/Win32AppBase.hpp +++ b/NativeApp/include/Win32/Win32AppBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); |
