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 /Imgui | |
| parent | GLTFLoader: added convenience constructor for Model::CreateInfo (diff) | |
| download | DiligentTools-ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123.tar.gz DiligentTools-ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123.zip | |
Updated copyright notice
Diffstat (limited to 'Imgui')
| -rw-r--r-- | Imgui/interface/ImGuiDiligentRenderer.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplDiligent.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplWin32.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiUtils.hpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiDiligentRenderer.cpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiImplDiligent.cpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiImplWin32.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Imgui/interface/ImGuiDiligentRenderer.hpp b/Imgui/interface/ImGuiDiligentRenderer.hpp index 9fed3f8..6b9d724 100644 --- a/Imgui/interface/ImGuiDiligentRenderer.hpp +++ b/Imgui/interface/ImGuiDiligentRenderer.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/Imgui/interface/ImGuiImplDiligent.hpp b/Imgui/interface/ImGuiImplDiligent.hpp index 12078b0..bb059a7 100644 --- a/Imgui/interface/ImGuiImplDiligent.hpp +++ b/Imgui/interface/ImGuiImplDiligent.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/Imgui/interface/ImGuiImplWin32.hpp b/Imgui/interface/ImGuiImplWin32.hpp index df671e9..b93871c 100644 --- a/Imgui/interface/ImGuiImplWin32.hpp +++ b/Imgui/interface/ImGuiImplWin32.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/Imgui/interface/ImGuiUtils.hpp b/Imgui/interface/ImGuiUtils.hpp index 3cbfd7f..5738a39 100644 --- a/Imgui/interface/ImGuiUtils.hpp +++ b/Imgui/interface/ImGuiUtils.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/Imgui/src/ImGuiDiligentRenderer.cpp b/Imgui/src/ImGuiDiligentRenderer.cpp index 5286d7f..f928b9d 100644 --- a/Imgui/src/ImGuiDiligentRenderer.cpp +++ b/Imgui/src/ImGuiDiligentRenderer.cpp @@ -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/Imgui/src/ImGuiImplDiligent.cpp b/Imgui/src/ImGuiImplDiligent.cpp index 9e7dae9..665a937 100644 --- a/Imgui/src/ImGuiImplDiligent.cpp +++ b/Imgui/src/ImGuiImplDiligent.cpp @@ -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/Imgui/src/ImGuiImplWin32.cpp b/Imgui/src/ImGuiImplWin32.cpp index 90b412f..ddfb512 100644 --- a/Imgui/src/ImGuiImplWin32.cpp +++ b/Imgui/src/ImGuiImplWin32.cpp @@ -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"); |
