From 9fe08de5b5708dbfd455b0fccaa4f8a992b14eb2 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 6 Apr 2017 12:25:39 -0700 Subject: Fixed D3D12 warnings, 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/include/BasicAtomics.h | 2 +- Platforms/Basic/include/BasicFileSystem.h | 2 +- Platforms/Basic/include/BasicPlatformDebug.h | 2 +- Platforms/Basic/include/BasicPlatformMisc.h | 2 +- Platforms/Basic/include/pch.h | 2 +- Platforms/Basic/src/BasicFileSystem.cpp | 2 +- Platforms/Basic/src/pch.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 +- 28 files changed, 28 insertions(+), 28 deletions(-) (limited to 'Platforms') diff --git a/Platforms/Android/include/AndroidDebug.h b/Platforms/Android/include/AndroidDebug.h index 68e9958a..895de47b 100644 --- a/Platforms/Android/include/AndroidDebug.h +++ b/Platforms/Android/include/AndroidDebug.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/Platforms/Android/include/AndroidFileSystem.h b/Platforms/Android/include/AndroidFileSystem.h index fa67fda2..2c3e9446 100644 --- a/Platforms/Android/include/AndroidFileSystem.h +++ b/Platforms/Android/include/AndroidFileSystem.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/Platforms/Android/include/AndroidPlatformDefinitions.h b/Platforms/Android/include/AndroidPlatformDefinitions.h index ff4cddd7..454c7446 100644 --- a/Platforms/Android/include/AndroidPlatformDefinitions.h +++ b/Platforms/Android/include/AndroidPlatformDefinitions.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/Platforms/Android/include/AndroidPlatformMisc.h b/Platforms/Android/include/AndroidPlatformMisc.h index c6e808a3..e238075a 100644 --- a/Platforms/Android/include/AndroidPlatformMisc.h +++ b/Platforms/Android/include/AndroidPlatformMisc.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/Platforms/Android/src/AndroidDebug.cpp b/Platforms/Android/src/AndroidDebug.cpp index dc283ee0..6ff13e14 100644 --- a/Platforms/Android/src/AndroidDebug.cpp +++ b/Platforms/Android/src/AndroidDebug.cpp @@ -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/Platforms/Android/src/AndroidFileSystem.cpp b/Platforms/Android/src/AndroidFileSystem.cpp index 4bae0a15..2f20f880 100644 --- a/Platforms/Android/src/AndroidFileSystem.cpp +++ b/Platforms/Android/src/AndroidFileSystem.cpp @@ -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/Platforms/Basic/include/BasicAtomics.h b/Platforms/Basic/include/BasicAtomics.h index 756ecc48..6819f238 100644 --- a/Platforms/Basic/include/BasicAtomics.h +++ b/Platforms/Basic/include/BasicAtomics.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/Platforms/Basic/include/BasicFileSystem.h b/Platforms/Basic/include/BasicFileSystem.h index 97bf68ae..d9024031 100644 --- a/Platforms/Basic/include/BasicFileSystem.h +++ b/Platforms/Basic/include/BasicFileSystem.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/Platforms/Basic/include/BasicPlatformDebug.h b/Platforms/Basic/include/BasicPlatformDebug.h index a51f3c47..f82a9f13 100644 --- a/Platforms/Basic/include/BasicPlatformDebug.h +++ b/Platforms/Basic/include/BasicPlatformDebug.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/Platforms/Basic/include/BasicPlatformMisc.h b/Platforms/Basic/include/BasicPlatformMisc.h index b8b91c72..e89ae814 100644 --- a/Platforms/Basic/include/BasicPlatformMisc.h +++ b/Platforms/Basic/include/BasicPlatformMisc.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/Platforms/Basic/include/pch.h b/Platforms/Basic/include/pch.h index cfbffff2..24343d5c 100644 --- a/Platforms/Basic/include/pch.h +++ b/Platforms/Basic/include/pch.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/Platforms/Basic/src/BasicFileSystem.cpp b/Platforms/Basic/src/BasicFileSystem.cpp index 8236fd4d..84b33397 100644 --- a/Platforms/Basic/src/BasicFileSystem.cpp +++ b/Platforms/Basic/src/BasicFileSystem.cpp @@ -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/Platforms/Basic/src/pch.cpp b/Platforms/Basic/src/pch.cpp index 997e0f4a..d5f45c6a 100644 --- a/Platforms/Basic/src/pch.cpp +++ b/Platforms/Basic/src/pch.cpp @@ -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/Platforms/Win32/include/Win32Atomics.h b/Platforms/Win32/include/Win32Atomics.h index deb94fbe..caf7b878 100644 --- a/Platforms/Win32/include/Win32Atomics.h +++ b/Platforms/Win32/include/Win32Atomics.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/Platforms/Win32/include/Win32Debug.h b/Platforms/Win32/include/Win32Debug.h index fa5b6a97..c80bd026 100644 --- a/Platforms/Win32/include/Win32Debug.h +++ b/Platforms/Win32/include/Win32Debug.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/Platforms/Win32/include/Win32FileSystem.h b/Platforms/Win32/include/Win32FileSystem.h index 6c0c96e9..25281a16 100644 --- a/Platforms/Win32/include/Win32FileSystem.h +++ b/Platforms/Win32/include/Win32FileSystem.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/Platforms/Win32/include/Win32PlatformDefinitions.h b/Platforms/Win32/include/Win32PlatformDefinitions.h index 23585de3..2322e53c 100644 --- a/Platforms/Win32/include/Win32PlatformDefinitions.h +++ b/Platforms/Win32/include/Win32PlatformDefinitions.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/Platforms/Win32/include/Win32PlatformMisc.h b/Platforms/Win32/include/Win32PlatformMisc.h index 2574f1d9..b2f82f31 100644 --- a/Platforms/Win32/include/Win32PlatformMisc.h +++ b/Platforms/Win32/include/Win32PlatformMisc.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/Platforms/Win32/include/pch.h b/Platforms/Win32/include/pch.h index 29c01611..1ba10023 100644 --- a/Platforms/Win32/include/pch.h +++ b/Platforms/Win32/include/pch.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/Platforms/Win32/src/Win32Atomics.cpp b/Platforms/Win32/src/Win32Atomics.cpp index 91de933f..c323b8f6 100644 --- a/Platforms/Win32/src/Win32Atomics.cpp +++ b/Platforms/Win32/src/Win32Atomics.cpp @@ -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/Platforms/Win32/src/Win32Debug.cpp b/Platforms/Win32/src/Win32Debug.cpp index 5286fec7..1d2398b8 100644 --- a/Platforms/Win32/src/Win32Debug.cpp +++ b/Platforms/Win32/src/Win32Debug.cpp @@ -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/Platforms/Win32/src/Win32FileSystem.cpp b/Platforms/Win32/src/Win32FileSystem.cpp index 3a670f15..11d88a0b 100644 --- a/Platforms/Win32/src/Win32FileSystem.cpp +++ b/Platforms/Win32/src/Win32FileSystem.cpp @@ -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/Platforms/Win32/src/pch.cpp b/Platforms/Win32/src/pch.cpp index 997e0f4a..d5f45c6a 100644 --- a/Platforms/Win32/src/pch.cpp +++ b/Platforms/Win32/src/pch.cpp @@ -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/Platforms/interface/Atomics.h b/Platforms/interface/Atomics.h index 02aad968..73712a53 100644 --- a/Platforms/interface/Atomics.h +++ b/Platforms/interface/Atomics.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/Platforms/interface/FileSystem.h b/Platforms/interface/FileSystem.h index 8096d739..0a2dd44e 100644 --- a/Platforms/interface/FileSystem.h +++ b/Platforms/interface/FileSystem.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/Platforms/interface/PlatformDebug.h b/Platforms/interface/PlatformDebug.h index fb212499..822b89bb 100644 --- a/Platforms/interface/PlatformDebug.h +++ b/Platforms/interface/PlatformDebug.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/Platforms/interface/PlatformDefinitions.h b/Platforms/interface/PlatformDefinitions.h index 442c3bb5..12a4dd1c 100644 --- a/Platforms/interface/PlatformDefinitions.h +++ b/Platforms/interface/PlatformDefinitions.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/Platforms/interface/PlatformMisc.h b/Platforms/interface/PlatformMisc.h index 7719a950..e1df016d 100644 --- a/Platforms/interface/PlatformMisc.h +++ b/Platforms/interface/PlatformMisc.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. -- cgit v1.2.3