From 401861ac5cc218d0f5acac6647df5562a8aa9700 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 16 Sep 2019 21:18:54 -0700 Subject: Updated Copyright notice --- Graphics/GraphicsTools/include/CommonlyUsedStates.h | 2 +- Graphics/GraphicsTools/include/GraphicsUtilities.h | 2 +- Graphics/GraphicsTools/include/ScreenCapture.h | 2 +- Graphics/GraphicsTools/include/ShaderMacroHelper.h | 2 +- Graphics/GraphicsTools/include/TextureUploader.h | 2 +- Graphics/GraphicsTools/include/TextureUploaderBase.h | 2 +- Graphics/GraphicsTools/include/TextureUploaderD3D11.h | 2 +- Graphics/GraphicsTools/include/TextureUploaderD3D12_Vk.h | 2 +- Graphics/GraphicsTools/include/TextureUploaderGL.h | 2 +- Graphics/GraphicsTools/include/pch.h | 2 +- Graphics/GraphicsTools/src/GraphicsUtilities.cpp | 2 +- Graphics/GraphicsTools/src/ScreenCapture.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploader.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploaderGL.cpp | 2 +- Graphics/GraphicsTools/src/pch.cpp | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'Graphics/GraphicsTools') diff --git a/Graphics/GraphicsTools/include/CommonlyUsedStates.h b/Graphics/GraphicsTools/include/CommonlyUsedStates.h index 93ed7d25..77514652 100644 --- a/Graphics/GraphicsTools/include/CommonlyUsedStates.h +++ b/Graphics/GraphicsTools/include/CommonlyUsedStates.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/Graphics/GraphicsTools/include/GraphicsUtilities.h b/Graphics/GraphicsTools/include/GraphicsUtilities.h index 1c400a4d..335f6c32 100644 --- a/Graphics/GraphicsTools/include/GraphicsUtilities.h +++ b/Graphics/GraphicsTools/include/GraphicsUtilities.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/Graphics/GraphicsTools/include/ScreenCapture.h b/Graphics/GraphicsTools/include/ScreenCapture.h index ac894ae2..f56d6f9c 100644 --- a/Graphics/GraphicsTools/include/ScreenCapture.h +++ b/Graphics/GraphicsTools/include/ScreenCapture.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/Graphics/GraphicsTools/include/ShaderMacroHelper.h b/Graphics/GraphicsTools/include/ShaderMacroHelper.h index c5920aba..45e85ff7 100644 --- a/Graphics/GraphicsTools/include/ShaderMacroHelper.h +++ b/Graphics/GraphicsTools/include/ShaderMacroHelper.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/Graphics/GraphicsTools/include/TextureUploader.h b/Graphics/GraphicsTools/include/TextureUploader.h index 059e32c6..5da9f2d8 100644 --- a/Graphics/GraphicsTools/include/TextureUploader.h +++ b/Graphics/GraphicsTools/include/TextureUploader.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/Graphics/GraphicsTools/include/TextureUploaderBase.h b/Graphics/GraphicsTools/include/TextureUploaderBase.h index 5d3c489b..21d7174a 100644 --- a/Graphics/GraphicsTools/include/TextureUploaderBase.h +++ b/Graphics/GraphicsTools/include/TextureUploaderBase.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/Graphics/GraphicsTools/include/TextureUploaderD3D11.h b/Graphics/GraphicsTools/include/TextureUploaderD3D11.h index a1274df5..f03d3f01 100644 --- a/Graphics/GraphicsTools/include/TextureUploaderD3D11.h +++ b/Graphics/GraphicsTools/include/TextureUploaderD3D11.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/Graphics/GraphicsTools/include/TextureUploaderD3D12_Vk.h b/Graphics/GraphicsTools/include/TextureUploaderD3D12_Vk.h index 6b8bc7e3..2b55c116 100644 --- a/Graphics/GraphicsTools/include/TextureUploaderD3D12_Vk.h +++ b/Graphics/GraphicsTools/include/TextureUploaderD3D12_Vk.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/Graphics/GraphicsTools/include/TextureUploaderGL.h b/Graphics/GraphicsTools/include/TextureUploaderGL.h index d8182d22..40758f72 100644 --- a/Graphics/GraphicsTools/include/TextureUploaderGL.h +++ b/Graphics/GraphicsTools/include/TextureUploaderGL.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/Graphics/GraphicsTools/include/pch.h b/Graphics/GraphicsTools/include/pch.h index 6047447c..71992bee 100644 --- a/Graphics/GraphicsTools/include/pch.h +++ b/Graphics/GraphicsTools/include/pch.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/Graphics/GraphicsTools/src/GraphicsUtilities.cpp b/Graphics/GraphicsTools/src/GraphicsUtilities.cpp index 15e09155..62e10ab6 100644 --- a/Graphics/GraphicsTools/src/GraphicsUtilities.cpp +++ b/Graphics/GraphicsTools/src/GraphicsUtilities.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/Graphics/GraphicsTools/src/ScreenCapture.cpp b/Graphics/GraphicsTools/src/ScreenCapture.cpp index fc27c393..5f770301 100644 --- a/Graphics/GraphicsTools/src/ScreenCapture.cpp +++ b/Graphics/GraphicsTools/src/ScreenCapture.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/Graphics/GraphicsTools/src/TextureUploader.cpp b/Graphics/GraphicsTools/src/TextureUploader.cpp index ed355677..22760eeb 100644 --- a/Graphics/GraphicsTools/src/TextureUploader.cpp +++ b/Graphics/GraphicsTools/src/TextureUploader.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/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp index 9b3ee9a3..0f6d0ae0 100644 --- a/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp +++ b/Graphics/GraphicsTools/src/TextureUploaderD3D11.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/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp index 28ba46b4..b1b416ea 100644 --- a/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp +++ b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.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/Graphics/GraphicsTools/src/TextureUploaderGL.cpp b/Graphics/GraphicsTools/src/TextureUploaderGL.cpp index 1d8a93ae..1b4f067a 100644 --- a/Graphics/GraphicsTools/src/TextureUploaderGL.cpp +++ b/Graphics/GraphicsTools/src/TextureUploaderGL.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/Graphics/GraphicsTools/src/pch.cpp b/Graphics/GraphicsTools/src/pch.cpp index ae322224..a0b5859c 100644 --- a/Graphics/GraphicsTools/src/pch.cpp +++ b/Graphics/GraphicsTools/src/pch.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. -- cgit v1.2.3