diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-01-04 00:39:37 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-01-04 00:39:37 +0000 |
| commit | cd1ea2d99c4b2d65a5da5335fa4f07f29b9af2de (patch) | |
| tree | c52e03f792ac3d01d1367750602f36049b1955b8 | |
| parent | Reverted local changes to build.gradle (diff) | |
| download | DiligentTools-cd1ea2d99c4b2d65a5da5335fa4f07f29b9af2de.tar.gz DiligentTools-cd1ea2d99c4b2d65a5da5335fa4f07f29b9af2de.zip | |
Updated more copyright notices
| -rw-r--r-- | HLSL2GLSLConverter/src/HLSL2GLSLConverterAppLinux.cpp | 2 | ||||
| -rw-r--r-- | HLSL2GLSLConverter/src/HLSL2GLSLConverterAppMacOS.cpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplAndroid.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplIOS.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplLinuxX11.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplLinuxXCB.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplMacOS.hpp | 2 | ||||
| -rw-r--r-- | Imgui/interface/ImGuiImplUWP.hpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiImplAndroid.cpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiImplLinuxX11.cpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiImplLinuxXCB.cpp | 2 | ||||
| -rw-r--r-- | Imgui/src/ImGuiImplUWP.cpp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppLinux.cpp b/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppLinux.cpp index a46f502..4666e1b 100644 --- a/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppLinux.cpp +++ b/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppLinux.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/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppMacOS.cpp b/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppMacOS.cpp index dfd5036..9e6b744 100644 --- a/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppMacOS.cpp +++ b/HLSL2GLSLConverter/src/HLSL2GLSLConverterAppMacOS.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/interface/ImGuiImplAndroid.hpp b/Imgui/interface/ImGuiImplAndroid.hpp index a7c231a..92cbebc 100644 --- a/Imgui/interface/ImGuiImplAndroid.hpp +++ b/Imgui/interface/ImGuiImplAndroid.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/ImGuiImplIOS.hpp b/Imgui/interface/ImGuiImplIOS.hpp index 10c792c..4cb6cb8 100644 --- a/Imgui/interface/ImGuiImplIOS.hpp +++ b/Imgui/interface/ImGuiImplIOS.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/ImGuiImplLinuxX11.hpp b/Imgui/interface/ImGuiImplLinuxX11.hpp index d410f52..6ece3c7 100644 --- a/Imgui/interface/ImGuiImplLinuxX11.hpp +++ b/Imgui/interface/ImGuiImplLinuxX11.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/ImGuiImplLinuxXCB.hpp b/Imgui/interface/ImGuiImplLinuxXCB.hpp index ff6a7cb..50fb15c 100644 --- a/Imgui/interface/ImGuiImplLinuxXCB.hpp +++ b/Imgui/interface/ImGuiImplLinuxXCB.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/ImGuiImplMacOS.hpp b/Imgui/interface/ImGuiImplMacOS.hpp index f000432..abdf740 100644 --- a/Imgui/interface/ImGuiImplMacOS.hpp +++ b/Imgui/interface/ImGuiImplMacOS.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/ImGuiImplUWP.hpp b/Imgui/interface/ImGuiImplUWP.hpp index 10d687c..f9a86d7 100644 --- a/Imgui/interface/ImGuiImplUWP.hpp +++ b/Imgui/interface/ImGuiImplUWP.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/ImGuiImplAndroid.cpp b/Imgui/src/ImGuiImplAndroid.cpp index 946a77a..bc4c8c6 100644 --- a/Imgui/src/ImGuiImplAndroid.cpp +++ b/Imgui/src/ImGuiImplAndroid.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/ImGuiImplLinuxX11.cpp b/Imgui/src/ImGuiImplLinuxX11.cpp index 0a9564e..a094f44 100644 --- a/Imgui/src/ImGuiImplLinuxX11.cpp +++ b/Imgui/src/ImGuiImplLinuxX11.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/ImGuiImplLinuxXCB.cpp b/Imgui/src/ImGuiImplLinuxXCB.cpp index 535c042..3c84850 100644 --- a/Imgui/src/ImGuiImplLinuxXCB.cpp +++ b/Imgui/src/ImGuiImplLinuxXCB.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/ImGuiImplUWP.cpp b/Imgui/src/ImGuiImplUWP.cpp index 58dafb8..7235a2e 100644 --- a/Imgui/src/ImGuiImplUWP.cpp +++ b/Imgui/src/ImGuiImplUWP.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"); |
