From ff0c1d49241d5ae800f73147e26bd03797b746a8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 2 Jan 2019 09:38:57 -0800 Subject: Updated copyright notice + updated submodules --- .../src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp | 2 +- Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'Tests/IncludeTest/src/GraphicsTools') diff --git a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp index ebca682..ae5e90d 100644 --- a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp index 45b7319..dcfb50b 100644 --- a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp index a75edab..7745d3e 100644 --- a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp index e7c5496..86c15a2 100644 --- a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp index 4b0f26a..056ba0a 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp index b6abc9b..f689cc8 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp index 80f6c01..6a26fc6 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp index 62947d6..ee40199 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp index 4716de2..fff8516 100644 --- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp +++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2015-2018 Egor Yusov +/* Copyright 2015-2019 Egor Yusov * * 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