diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-01-01 18:30:48 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-01-01 18:30:48 +0000 |
| commit | fa345f59de694ac249c14e987032ef3e341faaa7 (patch) | |
| tree | f06a98a8ff5b5d693566faddcaebc98efb840e88 /Common/src | |
| parent | D3D12 and VK backends: disabled bound resources validation in TransitionShade... (diff) | |
| download | DiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.tar.gz DiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.zip | |
Updated copyright notice
Diffstat (limited to 'Common/src')
| -rw-r--r-- | Common/src/BasicFileStream.cpp | 2 | ||||
| -rw-r--r-- | Common/src/DataBlobImpl.cpp | 2 | ||||
| -rw-r--r-- | Common/src/DefaultRawMemoryAllocator.cpp | 2 | ||||
| -rw-r--r-- | Common/src/FixedBlockMemoryAllocator.cpp | 2 | ||||
| -rw-r--r-- | Common/src/LockHelper.cpp | 2 | ||||
| -rw-r--r-- | Common/src/MemoryFileStream.cpp | 2 | ||||
| -rw-r--r-- | Common/src/Timer.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
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"); |
