summaryrefslogtreecommitdiffstats
path: root/Common/interface
diff options
context:
space:
mode:
Diffstat (limited to 'Common/interface')
-rw-r--r--Common/interface/AdvancedMath.h2
-rw-r--r--Common/interface/BasicMath.h2
-rw-r--r--Common/interface/DataBlob.h2
-rw-r--r--Common/interface/FileStream.h2
-rw-r--r--Common/interface/MemoryAllocator.h4
-rw-r--r--Common/interface/Object.h2
-rw-r--r--Common/interface/ReferenceCounters.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/Common/interface/AdvancedMath.h b/Common/interface/AdvancedMath.h
index d6623875..d90488f7 100644
--- a/Common/interface/AdvancedMath.h
+++ b/Common/interface/AdvancedMath.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 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 19d54ec2..b1ecdf17 100644
--- a/Common/interface/BasicMath.h
+++ b/Common/interface/BasicMath.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 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 abc60215..28e483fc 100644
--- a/Common/interface/DataBlob.h
+++ b/Common/interface/DataBlob.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 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 75aba909..ab037b57 100644
--- a/Common/interface/FileStream.h
+++ b/Common/interface/FileStream.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 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 d7e3289e..8221ffdc 100644
--- a/Common/interface/MemoryAllocator.h
+++ b/Common/interface/MemoryAllocator.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@ class IMemoryAllocator
{
public:
/// Allocates block of memory
- virtual void* Allocate( size_t Size, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber) = 0;
+ virtual void* Allocate( size_t Size, const Char* dbgDescription, const char* dbgFileName, const Int32 dbgLineNumber) = 0;
/// Releases memory
virtual void Free(void *Ptr) = 0;
diff --git a/Common/interface/Object.h b/Common/interface/Object.h
index b8153c1e..88181522 100644
--- a/Common/interface/Object.h
+++ b/Common/interface/Object.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 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 64ced644..54c89b7a 100644
--- a/Common/interface/ReferenceCounters.h
+++ b/Common/interface/ReferenceCounters.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2016 Egor Yusov
+/* Copyright 2015-2017 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.