From fa345f59de694ac249c14e987032ef3e341faaa7 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 1 Jan 2021 10:30:48 -0800 Subject: Updated copyright notice --- Common/include/pch.h | 2 +- Common/interface/AdvancedMath.hpp | 2 +- Common/interface/Align.hpp | 2 +- Common/interface/BasicFileStream.hpp | 2 +- Common/interface/BasicMath.hpp | 2 +- Common/interface/CompilerDefinitions.h | 2 +- Common/interface/DataBlobImpl.hpp | 2 +- Common/interface/DefaultRawMemoryAllocator.hpp | 2 +- Common/interface/DynamicLinearAllocator.hpp | 2 +- Common/interface/FastRand.hpp | 2 +- Common/interface/FileWrapper.hpp | 2 +- Common/interface/FilteringTools.hpp | 2 +- Common/interface/FixedBlockMemoryAllocator.hpp | 2 +- Common/interface/FixedLinearAllocator.hpp | 2 +- Common/interface/HashUtils.hpp | 2 +- Common/interface/LockHelper.hpp | 2 +- Common/interface/MemoryFileStream.hpp | 2 +- Common/interface/ObjectBase.hpp | 2 +- Common/interface/RefCntAutoPtr.hpp | 2 +- Common/interface/RefCountedObjectImpl.hpp | 2 +- Common/interface/STDAllocator.hpp | 2 +- Common/interface/StringDataBlobImpl.hpp | 2 +- Common/interface/StringPool.hpp | 2 +- Common/interface/StringTools.hpp | 2 +- Common/interface/ThreadSignal.hpp | 2 +- Common/interface/Timer.hpp | 2 +- Common/interface/UniqueIdentifier.hpp | 2 +- Common/interface/ValidatedCast.hpp | 2 +- Common/src/BasicFileStream.cpp | 2 +- Common/src/DataBlobImpl.cpp | 2 +- Common/src/DefaultRawMemoryAllocator.cpp | 2 +- Common/src/FixedBlockMemoryAllocator.cpp | 2 +- Common/src/LockHelper.cpp | 2 +- Common/src/MemoryFileStream.cpp | 2 +- Common/src/Timer.cpp | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) (limited to 'Common') diff --git a/Common/include/pch.h b/Common/include/pch.h index f407b8c3..b06dc8cc 100644 --- a/Common/include/pch.h +++ b/Common/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"); diff --git a/Common/interface/AdvancedMath.hpp b/Common/interface/AdvancedMath.hpp index 01a122e0..2fae421b 100644 --- a/Common/interface/AdvancedMath.hpp +++ b/Common/interface/AdvancedMath.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/Common/interface/Align.hpp b/Common/interface/Align.hpp index 9acb310c..b22a7717 100644 --- a/Common/interface/Align.hpp +++ b/Common/interface/Align.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/Common/interface/BasicFileStream.hpp b/Common/interface/BasicFileStream.hpp index c0891248..9e5a9298 100644 --- a/Common/interface/BasicFileStream.hpp +++ b/Common/interface/BasicFileStream.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/Common/interface/BasicMath.hpp b/Common/interface/BasicMath.hpp index 93426bae..05a168fc 100644 --- a/Common/interface/BasicMath.hpp +++ b/Common/interface/BasicMath.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/Common/interface/CompilerDefinitions.h b/Common/interface/CompilerDefinitions.h index 83ef8842..082170b8 100644 --- a/Common/interface/CompilerDefinitions.h +++ b/Common/interface/CompilerDefinitions.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/Common/interface/DataBlobImpl.hpp b/Common/interface/DataBlobImpl.hpp index 7db2ca34..d01087e3 100644 --- a/Common/interface/DataBlobImpl.hpp +++ b/Common/interface/DataBlobImpl.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/Common/interface/DefaultRawMemoryAllocator.hpp b/Common/interface/DefaultRawMemoryAllocator.hpp index cbe4f791..daf9196c 100644 --- a/Common/interface/DefaultRawMemoryAllocator.hpp +++ b/Common/interface/DefaultRawMemoryAllocator.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/Common/interface/DynamicLinearAllocator.hpp b/Common/interface/DynamicLinearAllocator.hpp index f545cd2a..1ab9c5ee 100644 --- a/Common/interface/DynamicLinearAllocator.hpp +++ b/Common/interface/DynamicLinearAllocator.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/Common/interface/FastRand.hpp b/Common/interface/FastRand.hpp index aed0c23a..d8be7831 100644 --- a/Common/interface/FastRand.hpp +++ b/Common/interface/FastRand.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/Common/interface/FileWrapper.hpp b/Common/interface/FileWrapper.hpp index 2f459bc7..81192aed 100644 --- a/Common/interface/FileWrapper.hpp +++ b/Common/interface/FileWrapper.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/Common/interface/FilteringTools.hpp b/Common/interface/FilteringTools.hpp index 73871093..a6b92f11 100644 --- a/Common/interface/FilteringTools.hpp +++ b/Common/interface/FilteringTools.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/Common/interface/FixedBlockMemoryAllocator.hpp b/Common/interface/FixedBlockMemoryAllocator.hpp index 91c7422b..d888142b 100644 --- a/Common/interface/FixedBlockMemoryAllocator.hpp +++ b/Common/interface/FixedBlockMemoryAllocator.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/Common/interface/FixedLinearAllocator.hpp b/Common/interface/FixedLinearAllocator.hpp index d9302c5c..44629f91 100644 --- a/Common/interface/FixedLinearAllocator.hpp +++ b/Common/interface/FixedLinearAllocator.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/Common/interface/HashUtils.hpp b/Common/interface/HashUtils.hpp index 009c298f..69c420f1 100644 --- a/Common/interface/HashUtils.hpp +++ b/Common/interface/HashUtils.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/Common/interface/LockHelper.hpp b/Common/interface/LockHelper.hpp index f8606402..8ce656d9 100644 --- a/Common/interface/LockHelper.hpp +++ b/Common/interface/LockHelper.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/Common/interface/MemoryFileStream.hpp b/Common/interface/MemoryFileStream.hpp index 50da3911..42d4e44c 100644 --- a/Common/interface/MemoryFileStream.hpp +++ b/Common/interface/MemoryFileStream.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/Common/interface/ObjectBase.hpp b/Common/interface/ObjectBase.hpp index 15c1fe8b..2b9087c2 100644 --- a/Common/interface/ObjectBase.hpp +++ b/Common/interface/ObjectBase.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/Common/interface/RefCntAutoPtr.hpp b/Common/interface/RefCntAutoPtr.hpp index 140c01d5..d8265366 100644 --- a/Common/interface/RefCntAutoPtr.hpp +++ b/Common/interface/RefCntAutoPtr.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/Common/interface/RefCountedObjectImpl.hpp b/Common/interface/RefCountedObjectImpl.hpp index 2294c668..312104a0 100644 --- a/Common/interface/RefCountedObjectImpl.hpp +++ b/Common/interface/RefCountedObjectImpl.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/Common/interface/STDAllocator.hpp b/Common/interface/STDAllocator.hpp index 4c4ea5e6..5c3e655c 100644 --- a/Common/interface/STDAllocator.hpp +++ b/Common/interface/STDAllocator.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/Common/interface/StringDataBlobImpl.hpp b/Common/interface/StringDataBlobImpl.hpp index 5aaebb9b..2bb0819e 100644 --- a/Common/interface/StringDataBlobImpl.hpp +++ b/Common/interface/StringDataBlobImpl.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/Common/interface/StringPool.hpp b/Common/interface/StringPool.hpp index f38b64f4..e1d633af 100644 --- a/Common/interface/StringPool.hpp +++ b/Common/interface/StringPool.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/Common/interface/StringTools.hpp b/Common/interface/StringTools.hpp index 9a114db1..e6c095c3 100644 --- a/Common/interface/StringTools.hpp +++ b/Common/interface/StringTools.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/Common/interface/ThreadSignal.hpp b/Common/interface/ThreadSignal.hpp index 764b9612..d6d12a8f 100644 --- a/Common/interface/ThreadSignal.hpp +++ b/Common/interface/ThreadSignal.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/Common/interface/Timer.hpp b/Common/interface/Timer.hpp index ae924b12..0d5cb9a9 100644 --- a/Common/interface/Timer.hpp +++ b/Common/interface/Timer.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/Common/interface/UniqueIdentifier.hpp b/Common/interface/UniqueIdentifier.hpp index 15ceebdd..080c726e 100644 --- a/Common/interface/UniqueIdentifier.hpp +++ b/Common/interface/UniqueIdentifier.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/Common/interface/ValidatedCast.hpp b/Common/interface/ValidatedCast.hpp index fdb2b253..0ec9aacb 100644 --- a/Common/interface/ValidatedCast.hpp +++ b/Common/interface/ValidatedCast.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/Common/src/BasicFileStream.cpp b/Common/src/BasicFileStream.cpp index 0c580b5e..5955b227 100644 --- a/Common/src/BasicFileStream.cpp +++ b/Common/src/BasicFileStream.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/Common/src/DataBlobImpl.cpp b/Common/src/DataBlobImpl.cpp index 8bedd1e0..e124eed3 100644 --- a/Common/src/DataBlobImpl.cpp +++ b/Common/src/DataBlobImpl.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/Common/src/DefaultRawMemoryAllocator.cpp b/Common/src/DefaultRawMemoryAllocator.cpp index f1ecabe8..dfcc17f7 100644 --- a/Common/src/DefaultRawMemoryAllocator.cpp +++ b/Common/src/DefaultRawMemoryAllocator.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/Common/src/FixedBlockMemoryAllocator.cpp b/Common/src/FixedBlockMemoryAllocator.cpp index e4dc53d3..4e735a4d 100644 --- a/Common/src/FixedBlockMemoryAllocator.cpp +++ b/Common/src/FixedBlockMemoryAllocator.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/Common/src/LockHelper.cpp b/Common/src/LockHelper.cpp index 44d889f4..675f584d 100644 --- a/Common/src/LockHelper.cpp +++ b/Common/src/LockHelper.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/Common/src/MemoryFileStream.cpp b/Common/src/MemoryFileStream.cpp index 0d053412..b3142ea5 100644 --- a/Common/src/MemoryFileStream.cpp +++ b/Common/src/MemoryFileStream.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/Common/src/Timer.cpp b/Common/src/Timer.cpp index bd6aefc8..d45b6e90 100644 --- a/Common/src/Timer.cpp +++ b/Common/src/Timer.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"); -- cgit v1.2.3