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 --- Platforms/Android/include/AndroidDebug.h | 2 +- Platforms/Android/include/AndroidFileSystem.h | 2 +- Platforms/Android/include/AndroidPlatformDefinitions.h | 2 +- Platforms/Android/include/AndroidPlatformMisc.h | 2 +- Platforms/Android/src/AndroidDebug.cpp | 2 +- Platforms/Android/src/AndroidFileSystem.cpp | 2 +- Platforms/Basic/interface/BasicAtomics.h | 2 +- Platforms/Basic/interface/BasicFileSystem.h | 2 +- Platforms/Basic/interface/BasicPlatformDebug.h | 2 +- Platforms/Basic/interface/BasicPlatformMisc.h | 2 +- Platforms/Basic/interface/DebugUtilities.h | 2 +- Platforms/Basic/interface/Errors.h | 2 +- Platforms/Basic/interface/StandardFile.h | 2 +- Platforms/Basic/src/BasicFileSystem.cpp | 2 +- Platforms/Basic/src/BasicPlatformDebug.cpp | 2 +- Platforms/Basic/src/StandardFile.cpp | 2 +- Platforms/Basic/src/pch.cpp | 2 +- Platforms/Linux/include/LinuxDebug.h | 2 +- Platforms/Linux/include/LinuxFileSystem.h | 2 +- Platforms/Linux/include/LinuxPlatformDefinitions.h | 2 +- Platforms/Linux/include/LinuxPlatformMisc.h | 2 +- Platforms/Linux/src/LinuxDebug.cpp | 2 +- Platforms/Linux/src/LinuxFileSystem.cpp | 2 +- Platforms/Win32/include/Win32Atomics.h | 2 +- Platforms/Win32/include/Win32Debug.h | 2 +- Platforms/Win32/include/Win32FileSystem.h | 2 +- Platforms/Win32/include/Win32PlatformDefinitions.h | 2 +- Platforms/Win32/include/Win32PlatformMisc.h | 2 +- Platforms/Win32/include/pch.h | 2 +- Platforms/Win32/src/Win32Atomics.cpp | 2 +- Platforms/Win32/src/Win32Debug.cpp | 2 +- Platforms/Win32/src/Win32FileSystem.cpp | 2 +- Platforms/Win32/src/pch.cpp | 2 +- Platforms/interface/Atomics.h | 2 +- Platforms/interface/FileSystem.h | 2 +- Platforms/interface/PlatformDebug.h | 2 +- Platforms/interface/PlatformDefinitions.h | 2 +- Platforms/interface/PlatformMisc.h | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) (limited to 'Platforms') diff --git a/Platforms/Android/include/AndroidDebug.h b/Platforms/Android/include/AndroidDebug.h index 18ab62a5..498e9d97 100644 --- a/Platforms/Android/include/AndroidDebug.h +++ b/Platforms/Android/include/AndroidDebug.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/Platforms/Android/include/AndroidFileSystem.h b/Platforms/Android/include/AndroidFileSystem.h index 24915492..98a1aba9 100644 --- a/Platforms/Android/include/AndroidFileSystem.h +++ b/Platforms/Android/include/AndroidFileSystem.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/Platforms/Android/include/AndroidPlatformDefinitions.h b/Platforms/Android/include/AndroidPlatformDefinitions.h index 454c7446..c00cbe3d 100644 --- a/Platforms/Android/include/AndroidPlatformDefinitions.h +++ b/Platforms/Android/include/AndroidPlatformDefinitions.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/Platforms/Android/include/AndroidPlatformMisc.h b/Platforms/Android/include/AndroidPlatformMisc.h index 27db9a59..328af681 100644 --- a/Platforms/Android/include/AndroidPlatformMisc.h +++ b/Platforms/Android/include/AndroidPlatformMisc.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/Platforms/Android/src/AndroidDebug.cpp b/Platforms/Android/src/AndroidDebug.cpp index cb580ea8..8b8556ad 100644 --- a/Platforms/Android/src/AndroidDebug.cpp +++ b/Platforms/Android/src/AndroidDebug.cpp @@ -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/Platforms/Android/src/AndroidFileSystem.cpp b/Platforms/Android/src/AndroidFileSystem.cpp index 2f20f880..8d9e5f65 100644 --- a/Platforms/Android/src/AndroidFileSystem.cpp +++ b/Platforms/Android/src/AndroidFileSystem.cpp @@ -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/Platforms/Basic/interface/BasicAtomics.h b/Platforms/Basic/interface/BasicAtomics.h index 6819f238..3d9ea8ea 100644 --- a/Platforms/Basic/interface/BasicAtomics.h +++ b/Platforms/Basic/interface/BasicAtomics.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/Platforms/Basic/interface/BasicFileSystem.h b/Platforms/Basic/interface/BasicFileSystem.h index 69a3dc57..ae438e37 100644 --- a/Platforms/Basic/interface/BasicFileSystem.h +++ b/Platforms/Basic/interface/BasicFileSystem.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/Platforms/Basic/interface/BasicPlatformDebug.h b/Platforms/Basic/interface/BasicPlatformDebug.h index f5cf78a2..6ae117be 100644 --- a/Platforms/Basic/interface/BasicPlatformDebug.h +++ b/Platforms/Basic/interface/BasicPlatformDebug.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/Platforms/Basic/interface/BasicPlatformMisc.h b/Platforms/Basic/interface/BasicPlatformMisc.h index e89ae814..2e753991 100644 --- a/Platforms/Basic/interface/BasicPlatformMisc.h +++ b/Platforms/Basic/interface/BasicPlatformMisc.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/Platforms/Basic/interface/DebugUtilities.h b/Platforms/Basic/interface/DebugUtilities.h index fa314af4..91a5d7db 100644 --- a/Platforms/Basic/interface/DebugUtilities.h +++ b/Platforms/Basic/interface/DebugUtilities.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/Platforms/Basic/interface/Errors.h b/Platforms/Basic/interface/Errors.h index 16eca82d..826ed40b 100644 --- a/Platforms/Basic/interface/Errors.h +++ b/Platforms/Basic/interface/Errors.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/Platforms/Basic/interface/StandardFile.h b/Platforms/Basic/interface/StandardFile.h index a4d7ddeb..7d23cc42 100644 --- a/Platforms/Basic/interface/StandardFile.h +++ b/Platforms/Basic/interface/StandardFile.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/Platforms/Basic/src/BasicFileSystem.cpp b/Platforms/Basic/src/BasicFileSystem.cpp index de63093d..9b5ea11e 100644 --- a/Platforms/Basic/src/BasicFileSystem.cpp +++ b/Platforms/Basic/src/BasicFileSystem.cpp @@ -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/Platforms/Basic/src/BasicPlatformDebug.cpp b/Platforms/Basic/src/BasicPlatformDebug.cpp index cd8ac5f1..5d93ac15 100644 --- a/Platforms/Basic/src/BasicPlatformDebug.cpp +++ b/Platforms/Basic/src/BasicPlatformDebug.cpp @@ -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/Platforms/Basic/src/StandardFile.cpp b/Platforms/Basic/src/StandardFile.cpp index bce398df..ea4e486c 100644 --- a/Platforms/Basic/src/StandardFile.cpp +++ b/Platforms/Basic/src/StandardFile.cpp @@ -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/Platforms/Basic/src/pch.cpp b/Platforms/Basic/src/pch.cpp index d5f45c6a..3eef26a8 100644 --- a/Platforms/Basic/src/pch.cpp +++ b/Platforms/Basic/src/pch.cpp @@ -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/Platforms/Linux/include/LinuxDebug.h b/Platforms/Linux/include/LinuxDebug.h index 6ad720de..c8f9131d 100644 --- a/Platforms/Linux/include/LinuxDebug.h +++ b/Platforms/Linux/include/LinuxDebug.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/Platforms/Linux/include/LinuxFileSystem.h b/Platforms/Linux/include/LinuxFileSystem.h index fa0e48e6..5842029f 100644 --- a/Platforms/Linux/include/LinuxFileSystem.h +++ b/Platforms/Linux/include/LinuxFileSystem.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/Platforms/Linux/include/LinuxPlatformDefinitions.h b/Platforms/Linux/include/LinuxPlatformDefinitions.h index 454c7446..c00cbe3d 100644 --- a/Platforms/Linux/include/LinuxPlatformDefinitions.h +++ b/Platforms/Linux/include/LinuxPlatformDefinitions.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/Platforms/Linux/include/LinuxPlatformMisc.h b/Platforms/Linux/include/LinuxPlatformMisc.h index c5bee789..f6a94dbe 100644 --- a/Platforms/Linux/include/LinuxPlatformMisc.h +++ b/Platforms/Linux/include/LinuxPlatformMisc.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/Platforms/Linux/src/LinuxDebug.cpp b/Platforms/Linux/src/LinuxDebug.cpp index 3c914494..776f6208 100644 --- a/Platforms/Linux/src/LinuxDebug.cpp +++ b/Platforms/Linux/src/LinuxDebug.cpp @@ -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/Platforms/Linux/src/LinuxFileSystem.cpp b/Platforms/Linux/src/LinuxFileSystem.cpp index 5e684ff3..981da558 100644 --- a/Platforms/Linux/src/LinuxFileSystem.cpp +++ b/Platforms/Linux/src/LinuxFileSystem.cpp @@ -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/Platforms/Win32/include/Win32Atomics.h b/Platforms/Win32/include/Win32Atomics.h index caf7b878..5ff75899 100644 --- a/Platforms/Win32/include/Win32Atomics.h +++ b/Platforms/Win32/include/Win32Atomics.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/Platforms/Win32/include/Win32Debug.h b/Platforms/Win32/include/Win32Debug.h index f0ec554f..ead77508 100644 --- a/Platforms/Win32/include/Win32Debug.h +++ b/Platforms/Win32/include/Win32Debug.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/Platforms/Win32/include/Win32FileSystem.h b/Platforms/Win32/include/Win32FileSystem.h index caf1a197..da99bdb8 100644 --- a/Platforms/Win32/include/Win32FileSystem.h +++ b/Platforms/Win32/include/Win32FileSystem.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/Platforms/Win32/include/Win32PlatformDefinitions.h b/Platforms/Win32/include/Win32PlatformDefinitions.h index 2322e53c..72dfa52e 100644 --- a/Platforms/Win32/include/Win32PlatformDefinitions.h +++ b/Platforms/Win32/include/Win32PlatformDefinitions.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/Platforms/Win32/include/Win32PlatformMisc.h b/Platforms/Win32/include/Win32PlatformMisc.h index 2a97a95c..700a5fd3 100644 --- a/Platforms/Win32/include/Win32PlatformMisc.h +++ b/Platforms/Win32/include/Win32PlatformMisc.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/Platforms/Win32/include/pch.h b/Platforms/Win32/include/pch.h index 1ba10023..830d6893 100644 --- a/Platforms/Win32/include/pch.h +++ b/Platforms/Win32/include/pch.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/Platforms/Win32/src/Win32Atomics.cpp b/Platforms/Win32/src/Win32Atomics.cpp index 7ca31b0a..dcb83ab9 100644 --- a/Platforms/Win32/src/Win32Atomics.cpp +++ b/Platforms/Win32/src/Win32Atomics.cpp @@ -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/Platforms/Win32/src/Win32Debug.cpp b/Platforms/Win32/src/Win32Debug.cpp index 444ce2df..01904c81 100644 --- a/Platforms/Win32/src/Win32Debug.cpp +++ b/Platforms/Win32/src/Win32Debug.cpp @@ -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/Platforms/Win32/src/Win32FileSystem.cpp b/Platforms/Win32/src/Win32FileSystem.cpp index d0a77eb9..5e5d55b1 100644 --- a/Platforms/Win32/src/Win32FileSystem.cpp +++ b/Platforms/Win32/src/Win32FileSystem.cpp @@ -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/Platforms/Win32/src/pch.cpp b/Platforms/Win32/src/pch.cpp index d5f45c6a..3eef26a8 100644 --- a/Platforms/Win32/src/pch.cpp +++ b/Platforms/Win32/src/pch.cpp @@ -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/Platforms/interface/Atomics.h b/Platforms/interface/Atomics.h index 40499a5f..1d34f68e 100644 --- a/Platforms/interface/Atomics.h +++ b/Platforms/interface/Atomics.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/Platforms/interface/FileSystem.h b/Platforms/interface/FileSystem.h index f7dfd0ca..a9a99d57 100644 --- a/Platforms/interface/FileSystem.h +++ b/Platforms/interface/FileSystem.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/Platforms/interface/PlatformDebug.h b/Platforms/interface/PlatformDebug.h index 1e0708f3..aaea8fd7 100644 --- a/Platforms/interface/PlatformDebug.h +++ b/Platforms/interface/PlatformDebug.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/Platforms/interface/PlatformDefinitions.h b/Platforms/interface/PlatformDefinitions.h index ab9c42d5..1c29e220 100644 --- a/Platforms/interface/PlatformDefinitions.h +++ b/Platforms/interface/PlatformDefinitions.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/Platforms/interface/PlatformMisc.h b/Platforms/interface/PlatformMisc.h index 696c87f6..828c195d 100644 --- a/Platforms/interface/PlatformMisc.h +++ b/Platforms/interface/PlatformMisc.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