diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-05-20 20:12:04 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-05-20 20:12:04 +0000 |
| commit | aee75043883900a4952767398201066e62e68724 (patch) | |
| tree | be7c54a0cb2e6849aa7f63b5b08721044480c86c /Common/interface | |
| parent | Fixed D3D12 warnings, updated copyright notice (diff) | |
| download | DiligentCore-aee75043883900a4952767398201066e62e68724.tar.gz DiligentCore-aee75043883900a4952767398201066e62e68724.zip | |
Merging Updates from dev branch
Diffstat (limited to 'Common/interface')
| -rw-r--r-- | Common/interface/AdvancedMath.h | 2 | ||||
| -rw-r--r-- | Common/interface/BasicMath.h | 2 | ||||
| -rw-r--r-- | Common/interface/DataBlob.h | 2 | ||||
| -rw-r--r-- | Common/interface/FileStream.h | 2 | ||||
| -rw-r--r-- | Common/interface/MemoryAllocator.h | 2 | ||||
| -rw-r--r-- | Common/interface/Object.h | 2 | ||||
| -rw-r--r-- | Common/interface/ReferenceCounters.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Common/interface/AdvancedMath.h b/Common/interface/AdvancedMath.h index d90488f7..d6623875 100644 --- a/Common/interface/AdvancedMath.h +++ b/Common/interface/AdvancedMath.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 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/Common/interface/BasicMath.h b/Common/interface/BasicMath.h index b1ecdf17..19d54ec2 100644 --- a/Common/interface/BasicMath.h +++ b/Common/interface/BasicMath.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 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/Common/interface/DataBlob.h b/Common/interface/DataBlob.h index 28e483fc..abc60215 100644 --- a/Common/interface/DataBlob.h +++ b/Common/interface/DataBlob.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 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/Common/interface/FileStream.h b/Common/interface/FileStream.h index ab037b57..75aba909 100644 --- a/Common/interface/FileStream.h +++ b/Common/interface/FileStream.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 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/Common/interface/MemoryAllocator.h b/Common/interface/MemoryAllocator.h index 8221ffdc..d25e2cf0 100644 --- a/Common/interface/MemoryAllocator.h +++ b/Common/interface/MemoryAllocator.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 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/Common/interface/Object.h b/Common/interface/Object.h index 88181522..b8153c1e 100644 --- a/Common/interface/Object.h +++ b/Common/interface/Object.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 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/Common/interface/ReferenceCounters.h b/Common/interface/ReferenceCounters.h index 54c89b7a..64ced644 100644 --- a/Common/interface/ReferenceCounters.h +++ b/Common/interface/ReferenceCounters.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2016 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |
