From 4949ec8aaf692809d235e9e1e20a5e084cf2bf39 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 3 Jan 2018 22:02:08 -0800 Subject: Updated copyright notice --- Common/interface/AdaptiveFixedBlockAllocator.h | 2 +- Common/interface/AdvancedMath.h | 2 +- Common/interface/BasicFileStream.h | 2 +- Common/interface/BasicMath.h | 2 +- Common/interface/DataBlobImpl.h | 2 +- Common/interface/DefaultRawMemoryAllocator.h | 2 +- Common/interface/FileWrapper.h | 2 +- Common/interface/FixedBlockMemoryAllocator.h | 2 +- Common/interface/HashUtils.h | 2 +- Common/interface/LockHelper.h | 2 +- Common/interface/ObjectBase.h | 2 +- Common/interface/RefCntAutoPtr.h | 2 +- Common/interface/RefCountedObjectImpl.h | 2 +- Common/interface/STDAllocator.h | 2 +- Common/interface/StringDataBlobImpl.h | 2 +- Common/interface/StringTools.h | 2 +- Common/interface/Timer.h | 2 +- Common/interface/UniqueIdentifier.h | 2 +- Common/interface/ValidatedCast.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'Common/interface') diff --git a/Common/interface/AdaptiveFixedBlockAllocator.h b/Common/interface/AdaptiveFixedBlockAllocator.h index 3db6939b..6fe821a3 100644 --- a/Common/interface/AdaptiveFixedBlockAllocator.h +++ b/Common/interface/AdaptiveFixedBlockAllocator.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/AdvancedMath.h b/Common/interface/AdvancedMath.h index a4287b67..a6fe36e4 100644 --- a/Common/interface/AdvancedMath.h +++ b/Common/interface/AdvancedMath.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/BasicFileStream.h b/Common/interface/BasicFileStream.h index f1762a2f..e2807f11 100644 --- a/Common/interface/BasicFileStream.h +++ b/Common/interface/BasicFileStream.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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 b6d1793f..0f395958 100644 --- a/Common/interface/BasicMath.h +++ b/Common/interface/BasicMath.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/DataBlobImpl.h b/Common/interface/DataBlobImpl.h index b104a98f..90ace50d 100644 --- a/Common/interface/DataBlobImpl.h +++ b/Common/interface/DataBlobImpl.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/DefaultRawMemoryAllocator.h b/Common/interface/DefaultRawMemoryAllocator.h index bb6c2730..afb3fd59 100644 --- a/Common/interface/DefaultRawMemoryAllocator.h +++ b/Common/interface/DefaultRawMemoryAllocator.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/FileWrapper.h b/Common/interface/FileWrapper.h index ec5ab6b1..6eeae557 100644 --- a/Common/interface/FileWrapper.h +++ b/Common/interface/FileWrapper.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/FixedBlockMemoryAllocator.h b/Common/interface/FixedBlockMemoryAllocator.h index 76926c09..0a1fd294 100644 --- a/Common/interface/FixedBlockMemoryAllocator.h +++ b/Common/interface/FixedBlockMemoryAllocator.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/HashUtils.h b/Common/interface/HashUtils.h index bcfa8006..6ad68160 100644 --- a/Common/interface/HashUtils.h +++ b/Common/interface/HashUtils.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/LockHelper.h b/Common/interface/LockHelper.h index 06e1b596..1dfe44db 100644 --- a/Common/interface/LockHelper.h +++ b/Common/interface/LockHelper.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/ObjectBase.h b/Common/interface/ObjectBase.h index 14e7ae8c..2c0e29a5 100644 --- a/Common/interface/ObjectBase.h +++ b/Common/interface/ObjectBase.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/RefCntAutoPtr.h b/Common/interface/RefCntAutoPtr.h index 3408be17..bd314e6e 100644 --- a/Common/interface/RefCntAutoPtr.h +++ b/Common/interface/RefCntAutoPtr.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/RefCountedObjectImpl.h b/Common/interface/RefCountedObjectImpl.h index 765054f9..e0815524 100644 --- a/Common/interface/RefCountedObjectImpl.h +++ b/Common/interface/RefCountedObjectImpl.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/STDAllocator.h b/Common/interface/STDAllocator.h index c3e7a2bf..d77620bc 100644 --- a/Common/interface/STDAllocator.h +++ b/Common/interface/STDAllocator.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/StringDataBlobImpl.h b/Common/interface/StringDataBlobImpl.h index bb68722b..fdbd6762 100644 --- a/Common/interface/StringDataBlobImpl.h +++ b/Common/interface/StringDataBlobImpl.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/StringTools.h b/Common/interface/StringTools.h index 57a7b071..08982fe0 100644 --- a/Common/interface/StringTools.h +++ b/Common/interface/StringTools.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/Timer.h b/Common/interface/Timer.h index 8b4c82c6..e69ba633 100644 --- a/Common/interface/Timer.h +++ b/Common/interface/Timer.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/UniqueIdentifier.h b/Common/interface/UniqueIdentifier.h index 5d831579..e296d2e9 100644 --- a/Common/interface/UniqueIdentifier.h +++ b/Common/interface/UniqueIdentifier.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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/ValidatedCast.h b/Common/interface/ValidatedCast.h index 6b4b47ad..786f90a5 100644 --- a/Common/interface/ValidatedCast.h +++ b/Common/interface/ValidatedCast.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2017 Egor Yusov +/* Copyright 2015-2018 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