From ae2fd744e5655fcc1c9bcb0ec280f16eb67d4123 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 1 Jan 2021 10:31:25 -0800 Subject: Updated copyright notice --- TextureLoader/include/DDSLoader.h | 2 +- TextureLoader/include/JPEGCodec.h | 2 +- TextureLoader/include/PNGCodec.h | 2 +- TextureLoader/include/dxgiformat.h | 2 +- TextureLoader/include/pch.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'TextureLoader/include') diff --git a/TextureLoader/include/DDSLoader.h b/TextureLoader/include/DDSLoader.h index 28d6b43..b3fafe3 100644 --- a/TextureLoader/include/DDSLoader.h +++ b/TextureLoader/include/DDSLoader.h @@ -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/TextureLoader/include/JPEGCodec.h b/TextureLoader/include/JPEGCodec.h index 50bca4b..1c7e072 100644 --- a/TextureLoader/include/JPEGCodec.h +++ b/TextureLoader/include/JPEGCodec.h @@ -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/TextureLoader/include/PNGCodec.h b/TextureLoader/include/PNGCodec.h index 7379220..3df5493 100644 --- a/TextureLoader/include/PNGCodec.h +++ b/TextureLoader/include/PNGCodec.h @@ -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/TextureLoader/include/dxgiformat.h b/TextureLoader/include/dxgiformat.h index f21a609..e3754f8 100644 --- a/TextureLoader/include/dxgiformat.h +++ b/TextureLoader/include/dxgiformat.h @@ -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/TextureLoader/include/pch.h b/TextureLoader/include/pch.h index 35a7fbd..5f38125 100644 --- a/TextureLoader/include/pch.h +++ b/TextureLoader/include/pch.h @@ -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"); -- cgit v1.2.3